From 09779623b4c90aa8129fdb74cd6848afc47e19d4 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 22 Aug 2017 05:52:49 +0200 Subject: [PATCH] ocamlPackages.qcheck: 0.6 -> 0.7 --- pkgs/development/ocaml-modules/qcheck/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/qcheck/default.nix b/pkgs/development/ocaml-modules/qcheck/default.nix index 695a751c7a94..20100a9b2eb5 100644 --- a/pkgs/development/ocaml-modules/qcheck/default.nix +++ b/pkgs/development/ocaml-modules/qcheck/default.nix @@ -4,10 +4,10 @@ assert stdenv.lib.versionAtLeast (stdenv.lib.getVersion ocaml) "4"; stdenv.mkDerivation { - name = "ocaml${ocaml.version}-qcheck-0.6"; + name = "ocaml${ocaml.version}-qcheck-0.7"; src = fetchzip { - url = https://github.com/c-cube/qcheck/archive/0.6.tar.gz; - sha256 = "14rlg0jh4p12sd9xagppacsbfw0239anbq5r1aqhsqxlfmzbmi1p"; + url = https://github.com/c-cube/qcheck/archive/0.7.tar.gz; + sha256 = "1afy7li74r3ivpvq670gvsj1rmglh5rnvb17p6w8gy5rh30aljah"; }; buildInputs = [ ocaml findlib ocamlbuild ounit ];