about summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/jbuilder/default.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-03-22 22:06:25 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-03-22 22:06:25 +0000
commit646f0c706e7f2b2c64e47615e8332b18488cf67b (patch)
treedb24a5bfb681cae0e57d3ca194c48a4c50407f5a /pkgs/development/tools/ocaml/jbuilder/default.nix
parent040b86a96e8cc5125762f2b026734e9c760caad9 (diff)
downloadnixlib-646f0c706e7f2b2c64e47615e8332b18488cf67b.tar
nixlib-646f0c706e7f2b2c64e47615e8332b18488cf67b.tar.gz
nixlib-646f0c706e7f2b2c64e47615e8332b18488cf67b.tar.bz2
nixlib-646f0c706e7f2b2c64e47615e8332b18488cf67b.tar.lz
nixlib-646f0c706e7f2b2c64e47615e8332b18488cf67b.tar.xz
nixlib-646f0c706e7f2b2c64e47615e8332b18488cf67b.tar.zst
nixlib-646f0c706e7f2b2c64e47615e8332b18488cf67b.zip
jbuilder: 1.0+beta2 -> 1.0+beta5
Diffstat (limited to 'pkgs/development/tools/ocaml/jbuilder/default.nix')
-rw-r--r--pkgs/development/tools/ocaml/jbuilder/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/ocaml/jbuilder/default.nix b/pkgs/development/tools/ocaml/jbuilder/default.nix
index 9d6485841fae..3fa0c2685ee1 100644
--- a/pkgs/development/tools/ocaml/jbuilder/default.nix
+++ b/pkgs/development/tools/ocaml/jbuilder/default.nix
@@ -1,10 +1,10 @@
 { stdenv, fetchzip, ocaml, opam }:
 
 stdenv.mkDerivation {
-  name = "jbuilder-1.0+beta2";
+  name = "jbuilder-1.0+beta5";
   src = fetchzip {
-    url = http://github.com/janestreet/jbuilder/archive/1.0+beta2.tar.gz;
-    sha256 = "0xbq6p0n4a740l3jvq4a0a58mwfcal0q37vi8ix053f3jiqki6ng";
+    url = http://github.com/janestreet/jbuilder/archive/1.0+beta5.tar.gz;
+    sha256 = "00kh83n3216g1n7rhh14mcmw9bj5vzq7kiixm1abrc09dhwh4m7a";
   };
 
   buildInputs = [ ocaml ];