File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pkgs/development/ocaml-modules/class_group_vdf Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 8
8
dune-configurator ,
9
9
zarith ,
10
10
integers ,
11
+ stdlib-random ,
11
12
alcotest ,
12
13
bisect_ppx ,
13
14
} :
14
15
15
16
buildDunePackage (
16
17
rec {
17
18
pname = "class_group_vdf" ;
18
- version = "0.0.4" ;
19
- duneVersion = "3" ;
19
+ version = "0.0.5" ;
20
20
21
21
src = fetchFromGitLab {
22
22
owner = "nomadic-labs/cryptography" ;
23
23
repo = "ocaml-chia-vdf" ;
24
24
rev = "v${ version } " ;
25
- hash = "sha256-KvpnX2DTUyfKARNWHC2lLBGH2Ou2GfRKjw05lu4jbBs =" ;
25
+ hash = "sha256-/wPlS9JrQH+4kvEzsn2DCkAFhu0LMxlIIKQZ9jOJkco =" ;
26
26
} ;
27
27
28
28
minimalOCamlVersion = "4.08" ;
@@ -40,6 +40,7 @@ buildDunePackage (
40
40
propagatedBuildInputs = [
41
41
zarith
42
42
integers
43
+ stdlib-random
43
44
] ;
44
45
45
46
checkInputs = [
You can’t perform that action at this time.
0 commit comments