From bcb1cebf0f40478126d19ef5788bfa8fd401701c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 29 Jul 2025 16:01:15 +0000 Subject: [PATCH] ocamlPackages.qcheck-multicoretests-util: 0.8 -> 0.9 --- pkgs/development/ocaml-modules/qcheck/multicoretests-util.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/ocaml-modules/qcheck/multicoretests-util.nix b/pkgs/development/ocaml-modules/qcheck/multicoretests-util.nix index 1e5201206a35..c80b7484d0c2 100644 --- a/pkgs/development/ocaml-modules/qcheck/multicoretests-util.nix +++ b/pkgs/development/ocaml-modules/qcheck/multicoretests-util.nix @@ -7,13 +7,13 @@ buildDunePackage rec { pname = "qcheck-multicoretests-util"; - version = "0.8"; + version = "0.9"; src = fetchFromGitHub { owner = "ocaml-multicore"; repo = "multicoretests"; rev = version; - hash = "sha256-4aAukkhyxJ4EojLF+rrxSRRz4isUelcVEYNP2UYR7WY="; + hash = "sha256-ekHit4MaDb6lUZzGGZ1bm7brUlUgpfIBSpsOvDSxNhw="; }; propagatedBuildInputs = [ qcheck-core ];