Skip to content

Commit 310e597

Browse files
committedJul 31, 2017
ocamlPackages.gen: 0.4 -> 0.4.0.1
1 parent 3db9a2b commit 310e597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/ocaml-modules/gen/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{ stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
22

3-
let version = "0.4"; in
3+
let version = "0.4.0.1"; in
44

55
stdenv.mkDerivation {
6-
name = "ocaml-gen-${version}";
6+
name = "ocaml${ocaml.version}-gen-${version}";
77

88
src = fetchFromGitHub {
99
owner = "c-cube";
1010
repo = "gen";
1111
rev = "${version}";
12-
sha256 = "041dga300fh1y6fi8y0fkri2qda406lf2dmbrgllazw3rp07zkzj";
12+
sha256 = "0gg94f5l899rni3r7s7wq8plgazmbsaw498xckp25kkgpmkk61ml";
1313
};
1414

1515
buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];

0 commit comments

Comments
 (0)
Please sign in to comment.