summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/oasis
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-11-03 19:25:25 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-11-04 00:08:58 +0000
commitbe8209b93f486f55861c7e1cd4a95d2a635261b3 (patch)
treeb60e7481c22257fcdeb7bd44f837ecc63abd705e /pkgs/development/tools/ocaml/oasis
parent6a117fb0b8b9d602cee775b6bb6d250c73106d48 (diff)
downloadnixpkgs-be8209b93f486f55861c7e1cd4a95d2a635261b3.tar
nixpkgs-be8209b93f486f55861c7e1cd4a95d2a635261b3.tar.gz
nixpkgs-be8209b93f486f55861c7e1cd4a95d2a635261b3.tar.bz2
nixpkgs-be8209b93f486f55861c7e1cd4a95d2a635261b3.tar.lz
nixpkgs-be8209b93f486f55861c7e1cd4a95d2a635261b3.tar.xz
nixpkgs-be8209b93f486f55861c7e1cd4a95d2a635261b3.tar.zst
nixpkgs-be8209b93f486f55861c7e1cd4a95d2a635261b3.zip
ocaml-oasis: update from 0.4.4 to 0.4.5
Diffstat (limited to 'pkgs/development/tools/ocaml/oasis')
-rw-r--r--pkgs/development/tools/ocaml/oasis/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/ocaml/oasis/default.nix b/pkgs/development/tools/ocaml/oasis/default.nix
index 3f172e6aaf2..29507f49c18 100644
--- a/pkgs/development/tools/ocaml/oasis/default.nix
+++ b/pkgs/development/tools/ocaml/oasis/default.nix
@@ -2,11 +2,11 @@
  ocamlmod, ocamlify, ounit, expect}:
 
 stdenv.mkDerivation {
-  name = "ocaml-oasis-0.4.4";
+  name = "ocaml-oasis-0.4.5";
 
   src = fetchurl {
-    url = http://forge.ocamlcore.org/frs/download.php/1355/oasis-0.4.4.tar.bz2;
-    sha256 = "1lsnw9f1jh6106kphxg40qp0sia6cbkbb9ahs5y6ifnfkmllkjhj";
+    url = http://forge.ocamlcore.org/frs/download.php/1475/oasis-0.4.5.tar.gz;
+    sha256 = "0i1fifzig2slhb07d1djx6i690b8ys0avsx6ssnihisw841sc8v6";
   };
 
   createFindlibDestdir = true;