summary refs log tree commit diff
path: root/pkgs/development/tools/ocaml/oasis
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-07-11 03:40:07 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-07-11 03:40:07 +0200
commit3095a46bfc54f0016683f26217244b868d68bf1c (patch)
tree0c8e833918df2d62fa318254c44ae8cbe9086c2a /pkgs/development/tools/ocaml/oasis
parentc072fb47291608ec63d1154d2d71c9e8f8a42c41 (diff)
downloadnixpkgs-3095a46bfc54f0016683f26217244b868d68bf1c.tar
nixpkgs-3095a46bfc54f0016683f26217244b868d68bf1c.tar.gz
nixpkgs-3095a46bfc54f0016683f26217244b868d68bf1c.tar.bz2
nixpkgs-3095a46bfc54f0016683f26217244b868d68bf1c.tar.lz
nixpkgs-3095a46bfc54f0016683f26217244b868d68bf1c.tar.xz
nixpkgs-3095a46bfc54f0016683f26217244b868d68bf1c.tar.zst
nixpkgs-3095a46bfc54f0016683f26217244b868d68bf1c.zip
ocamlPackages.oasis: 0.4.7 -> 0.4.10
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 214a2239688..6ff5ee72666 100644
--- a/pkgs/development/tools/ocaml/oasis/default.nix
+++ b/pkgs/development/tools/ocaml/oasis/default.nix
@@ -3,14 +3,14 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "0.4.7";
+  version = "0.4.10";
   name = "ocaml-oasis-${version}";
 
   # You must manually update the url, not just the version. OCamlforge keys off
   # the number after download.php, not the filename.
   src = fetchurl {
-    url = "http://forge.ocamlcore.org/frs/download.php/1635/oasis-${version}.tar.gz";
-    sha256 = "13crvqiy0hhlnm4qfyxq2jjvs11ldxf15c4g9q91k1x3wj04pg2l";
+    url = https://forge.ocamlcore.org/frs/download.php/1694/oasis-0.4.10.tar.gz;
+    sha256 = "13ah03pbcvrjv5lmx971hvkm9rvbvimska5wmjfvgvd20ca0gn8w";
   };
 
   createFindlibDestdir = true;