summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocamlmake
diff options
context:
space:
mode:
authorArie Middelkoop <amiddelk@gmail.com>2012-07-31 00:40:41 +0200
committerArie Middelkoop <amiddelk@gmail.com>2012-07-31 14:09:49 +0200
commit2d09dbf8fc456a6fea0fc01c861250b59db05698 (patch)
tree7b6d9090b668efa0c61f6bc12363a4be6588387f /pkgs/development/ocaml-modules/ocamlmake
parent63be0ae2f770dbd137e271bccd051b3adb17486b (diff)
downloadnixlib-2d09dbf8fc456a6fea0fc01c861250b59db05698.tar
nixlib-2d09dbf8fc456a6fea0fc01c861250b59db05698.tar.gz
nixlib-2d09dbf8fc456a6fea0fc01c861250b59db05698.tar.bz2
nixlib-2d09dbf8fc456a6fea0fc01c861250b59db05698.tar.lz
nixlib-2d09dbf8fc456a6fea0fc01c861250b59db05698.tar.xz
nixlib-2d09dbf8fc456a6fea0fc01c861250b59db05698.tar.zst
nixlib-2d09dbf8fc456a6fea0fc01c861250b59db05698.zip
update of ocaml-makefile to version 6.37.0.
Diffstat (limited to 'pkgs/development/ocaml-modules/ocamlmake')
-rw-r--r--pkgs/development/ocaml-modules/ocamlmake/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/ocamlmake/default.nix b/pkgs/development/ocaml-modules/ocamlmake/default.nix
index 23858576efd5..0170119d94e0 100644
--- a/pkgs/development/ocaml-modules/ocamlmake/default.nix
+++ b/pkgs/development/ocaml-modules/ocamlmake/default.nix
@@ -2,14 +2,14 @@
 
 let
 
-  version = "6.36.0";
-  sha256 = "7c9a771d79bf945050dc7530957f4b61669976177818185e64c002cbfd75e3a2";
+  version = "6.37.0";
+  sha256 = "99ff58080ed154cc4bd70f915fe4760dffb026a1c0447caa0b3bdb982b24b0a8";
 
 in stdenv.mkDerivation {
   name = "ocaml-make-${version}";
 
   src = fetchurl {
-    url = "http://hg.ocaml.info/release/ocaml-make/archive/release-${version}.tar.bz2";
+    url = "http://bitbucket.org/mmottl/ocaml-makefile/downloads/ocaml-makefile-${version}.tar.gz";
     inherit sha256;
   };