ocamlPackages.containers: 0.18 -> 0.20
This commit is contained in:
parent
29f3eaef7a
commit
0336a06d0e
|
@ -4,10 +4,9 @@
|
||||||
let
|
let
|
||||||
|
|
||||||
mkpath = p:
|
mkpath = p:
|
||||||
let v = stdenv.lib.getVersion ocaml; in
|
"${p}/lib/ocaml/${ocaml.version}/site-lib";
|
||||||
"${p}/lib/ocaml/${v}/site-lib";
|
|
||||||
|
|
||||||
version = "0.18";
|
version = "0.20";
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
@ -18,7 +17,7 @@ stdenv.mkDerivation {
|
||||||
owner = "c-cube";
|
owner = "c-cube";
|
||||||
repo = "ocaml-containers";
|
repo = "ocaml-containers";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "169j8vqg8h70wbldjg610jqikfk23ggw8zypmpzv3piym5p1dfiw";
|
sha256 = "1gwflgdbvj293cwi434aafrsgpdgj2sv7r1ghm4l4k5xn17l0qzg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];
|
buildInputs = [ ocaml findlib ocamlbuild cppo gen sequence qtest ounit ocaml_oasis qcheck ];
|
||||||
|
|
Loading…
Reference in New Issue