From 044b1b65fd5dd49a535e9a9bd1a2cee884eb22d6 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 19 Sep 2023 07:52:48 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.qcheck:=200.20=20=E2=86=92=200.21?= =?UTF-8?q?.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/qcheck/core.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/qcheck/core.nix b/pkgs/development/ocaml-modules/qcheck/core.nix index cc24d0711b28..a688e9e595ec 100644 --- a/pkgs/development/ocaml-modules/qcheck/core.nix +++ b/pkgs/development/ocaml-modules/qcheck/core.nix @@ -2,16 +2,15 @@ buildDunePackage rec { pname = "qcheck-core"; - version = "0.20"; + version = "0.21.2"; minimalOCamlVersion = "4.08"; - duneVersion = "3"; src = fetchFromGitHub { owner = "c-cube"; repo = "qcheck"; rev = "v${version}"; - sha256 = "sha256-d3gleiaPEDJTbHtieL4oAq1NlA/0NtzdW9SA1sItFeQ="; + hash = "sha256-a+sjpvpQZbXjQgyx69hhVAmRCfDMMhFlg965dK5UN6Q="; }; patches = [ ./bytes.patch ];