summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/gen
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2016-10-24 04:07:14 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2016-10-26 19:10:33 +0200
commit7da48dec309127c2a08432137534703e8be86b9f (patch)
tree6a3828ea15eecec3e5efe646af8bdce490ff87b5 /pkgs/development/ocaml-modules/gen
parent6f1f1d86c1f6a82b44099d744cc52d150321e07e (diff)
downloadnixpkgs-7da48dec309127c2a08432137534703e8be86b9f.tar
nixpkgs-7da48dec309127c2a08432137534703e8be86b9f.tar.gz
nixpkgs-7da48dec309127c2a08432137534703e8be86b9f.tar.bz2
nixpkgs-7da48dec309127c2a08432137534703e8be86b9f.tar.lz
nixpkgs-7da48dec309127c2a08432137534703e8be86b9f.tar.xz
nixpkgs-7da48dec309127c2a08432137534703e8be86b9f.tar.zst
nixpkgs-7da48dec309127c2a08432137534703e8be86b9f.zip
ocamlPackages.gen: 0.3 -> 0.4
Diffstat (limited to 'pkgs/development/ocaml-modules/gen')
-rw-r--r--pkgs/development/ocaml-modules/gen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/gen/default.nix b/pkgs/development/ocaml-modules/gen/default.nix
index c023b590f7a..6cbbd4adc1b 100644
--- a/pkgs/development/ocaml-modules/gen/default.nix
+++ b/pkgs/development/ocaml-modules/gen/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchFromGitHub, ocaml, findlib, ocamlbuild, qtest, ounit }:
 
-let version = "0.3"; in
+let version = "0.4"; in
 
 stdenv.mkDerivation {
   name = "ocaml-gen-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
     owner = "c-cube";
     repo = "gen";
     rev = "${version}";
-    sha256 = "0xrnkcfa5q86ammf49j5hynw5563x5sa2mk7vqf7g097j1szif72";
+    sha256 = "041dga300fh1y6fi8y0fkri2qda406lf2dmbrgllazw3rp07zkzj";
   };
 
   buildInputs = [ ocaml findlib ocamlbuild qtest ounit ];