ocamlPackages.qcheck: 0.6 -> 0.7

Changed files
+3 -3
pkgs
development
ocaml-modules
qcheck
+3 -3
pkgs/development/ocaml-modules/qcheck/default.nix
···
stdenv.mkDerivation {
-
name = "ocaml${ocaml.version}-qcheck-0.6";
src = fetchzip {
-
url = https://github.com/c-cube/qcheck/archive/0.6.tar.gz;
-
sha256 = "14rlg0jh4p12sd9xagppacsbfw0239anbq5r1aqhsqxlfmzbmi1p";
};
buildInputs = [ ocaml findlib ocamlbuild ounit ];
···
stdenv.mkDerivation {
+
name = "ocaml${ocaml.version}-qcheck-0.7";
src = fetchzip {
+
url = https://github.com/c-cube/qcheck/archive/0.7.tar.gz;
+
sha256 = "1afy7li74r3ivpvq670gvsj1rmglh5rnvb17p6w8gy5rh30aljah";
};
buildInputs = [ ocaml findlib ocamlbuild ounit ];