ocamlPackages.mlx: 0.9 -> 0.10
This commit is contained in:
parent
72f5bfc3b5
commit
2318ee749e
@ -1,7 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
fetchpatch,
|
||||
buildDunePackage,
|
||||
ppxlib,
|
||||
menhir,
|
||||
@ -9,7 +8,7 @@
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "mlx";
|
||||
version = "0.9";
|
||||
version = "0.10";
|
||||
|
||||
minimalOCamlVersion = "4.14";
|
||||
|
||||
@ -17,16 +16,9 @@ buildDunePackage rec {
|
||||
owner = "ocaml-mlx";
|
||||
repo = "mlx";
|
||||
rev = version;
|
||||
hash = "sha256-3hPtyBKD2dp4UJBykOudW6KR2KXPnBuDnuJ1UNLpAp0=";
|
||||
hash = "sha256-g2v6U4lubYIVKUkU0j+OwtPxK9tKvleuX+vA4ljJ1bA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://github.com/ocaml-mlx/mlx/commit/01771e2a8b45f4f70cfd93533af2af9ed4a28a7e.patch";
|
||||
hash = "sha256-czA2sIORmunIeaHn7kpcuv0y97uJhe6aUEMj/QHEag4=";
|
||||
})
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
ppxlib
|
||||
menhir
|
||||
|
Loading…
x
Reference in New Issue
Block a user