Skip to content

Commit 3c9795a

Browse files
committed
ocamlPackages.class_group_vdf: 0.0.4 → 0.0.5
1 parent 9293878 commit 3c9795a

File tree

1 file changed

+4
-3
lines changed
  • pkgs/development/ocaml-modules/class_group_vdf

1 file changed

+4
-3
lines changed

pkgs/development/ocaml-modules/class_group_vdf/default.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@
88
dune-configurator,
99
zarith,
1010
integers,
11+
stdlib-random,
1112
alcotest,
1213
bisect_ppx,
1314
}:
1415

1516
buildDunePackage (
1617
rec {
1718
pname = "class_group_vdf";
18-
version = "0.0.4";
19-
duneVersion = "3";
19+
version = "0.0.5";
2020

2121
src = fetchFromGitLab {
2222
owner = "nomadic-labs/cryptography";
2323
repo = "ocaml-chia-vdf";
2424
rev = "v${version}";
25-
hash = "sha256-KvpnX2DTUyfKARNWHC2lLBGH2Ou2GfRKjw05lu4jbBs=";
25+
hash = "sha256-/wPlS9JrQH+4kvEzsn2DCkAFhu0LMxlIIKQZ9jOJkco=";
2626
};
2727

2828
minimalOCamlVersion = "4.08";
@@ -40,6 +40,7 @@ buildDunePackage (
4040
propagatedBuildInputs = [
4141
zarith
4242
integers
43+
stdlib-random
4344
];
4445

4546
checkInputs = [

0 commit comments

Comments
 (0)