summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ounit
diff options
context:
space:
mode:
authorTim Cuthbertson <tim@gfxmonk.net>2015-02-15 14:44:35 +1100
committerTim Cuthbertson <tim@gfxmonk.net>2015-02-15 14:44:35 +1100
commit65152acbae5343fc01652444f7726048d0b27763 (patch)
tree4bb75c400ab55ab58a3f0f8a730097481d13a72c /pkgs/development/ocaml-modules/ounit
parente91d788b7cfba93b67a516eff22379abdc08eb41 (diff)
downloadnixpkgs-65152acbae5343fc01652444f7726048d0b27763.tar
nixpkgs-65152acbae5343fc01652444f7726048d0b27763.tar.gz
nixpkgs-65152acbae5343fc01652444f7726048d0b27763.tar.bz2
nixpkgs-65152acbae5343fc01652444f7726048d0b27763.tar.lz
nixpkgs-65152acbae5343fc01652444f7726048d0b27763.tar.xz
nixpkgs-65152acbae5343fc01652444f7726048d0b27763.tar.zst
nixpkgs-65152acbae5343fc01652444f7726048d0b27763.zip
Update OUnit to version 2.0.0
The existing URL looks like version 2.0.0, but actually
downloads the contents of ounit-1.2.0.tar.gz into a file named
ounit-2.0.0.tar.gz
Diffstat (limited to 'pkgs/development/ocaml-modules/ounit')
-rw-r--r--pkgs/development/ocaml-modules/ounit/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ounit/default.nix b/pkgs/development/ocaml-modules/ounit/default.nix
index 5807ceb256b..92b70a8cd1b 100644
--- a/pkgs/development/ocaml-modules/ounit/default.nix
+++ b/pkgs/development/ocaml-modules/ounit/default.nix
@@ -8,8 +8,8 @@ stdenv.mkDerivation {
   name = "ounit-2.0.0";
 
   src = fetchurl {
-    url = http://forge.ocamlcore.org/frs/download.php/886/ounit-2.0.0.tar.gz;
-    sha256 = "1qw8k2czy0bxhsf25kfpgywhpqmg7bi57rmyhlnmbddmvc61pg76";
+    url = https://forge.ocamlcore.org/frs/download.php/1258/ounit-2.0.0.tar.gz;
+    sha256 = "118xsadrx84pif9vaq13hv4yh22w9kmr0ypvhrs0viir1jr0ajjd";
   };
 
   buildInputs = [ocaml findlib camlp4];