ocamlPackages.qcheck: 0.6 -> 0.7
This commit is contained in:
parent
fd22d671ec
commit
09779623b4
@ -4,10 +4,10 @@ assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4";
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "ocaml${ocaml.version}-qcheck-0.6";
|
name = "ocaml${ocaml.version}-qcheck-0.7";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = https://github.com/c-cube/qcheck/archive/0.6.tar.gz;
|
url = https://github.com/c-cube/qcheck/archive/0.7.tar.gz;
|
||||||
sha256 = "14rlg0jh4p12sd9xagppacsbfw0239anbq5r1aqhsqxlfmzbmi1p";
|
sha256 = "1afy7li74r3ivpvq670gvsj1rmglh5rnvb17p6w8gy5rh30aljah";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ocamlbuild ounit ];
|
buildInputs = [ ocaml findlib ocamlbuild ounit ];
|
||||||
|
Loading…
Reference in New Issue
Block a user