tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.qcheck-multicoretests-util: 0.7 -> 0.8
R. Ryantm
10 months ago
e169744a
4a0b66d1
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
qcheck
multicoretests-util.nix
+2
-2
pkgs/development/ocaml-modules/qcheck/multicoretests-util.nix
···
7
8
buildDunePackage rec {
9
pname = "qcheck-multicoretests-util";
10
-
version = "0.7";
11
12
src = fetchFromGitHub {
13
owner = "ocaml-multicore";
14
repo = "multicoretests";
15
rev = version;
16
-
hash = "sha256-taaH+hBOdiCK2HT+5OfX892/f1ozlLdd/AteapYWK9Y=";
17
};
18
19
propagatedBuildInputs = [ qcheck-core ];
···
7
8
buildDunePackage rec {
9
pname = "qcheck-multicoretests-util";
10
+
version = "0.8";
11
12
src = fetchFromGitHub {
13
owner = "ocaml-multicore";
14
repo = "multicoretests";
15
rev = version;
16
+
hash = "sha256-4aAukkhyxJ4EojLF+rrxSRRz4isUelcVEYNP2UYR7WY=";
17
};
18
19
propagatedBuildInputs = [ qcheck-core ];