summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/re
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-06-05 14:00:24 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-06-06 12:08:09 +0200
commite32d6f6b52bef6aa515e3f12740ea5ab8bd8ba80 (patch)
treed64fc57ffe33fc1591ee629ac593effa6a658e18 /pkgs/development/ocaml-modules/re
parent08c4a192e23681d31cf88c1509ddf29cf802492a (diff)
downloadnixlib-e32d6f6b52bef6aa515e3f12740ea5ab8bd8ba80.tar
nixlib-e32d6f6b52bef6aa515e3f12740ea5ab8bd8ba80.tar.gz
nixlib-e32d6f6b52bef6aa515e3f12740ea5ab8bd8ba80.tar.bz2
nixlib-e32d6f6b52bef6aa515e3f12740ea5ab8bd8ba80.tar.lz
nixlib-e32d6f6b52bef6aa515e3f12740ea5ab8bd8ba80.tar.xz
nixlib-e32d6f6b52bef6aa515e3f12740ea5ab8bd8ba80.tar.zst
nixlib-e32d6f6b52bef6aa515e3f12740ea5ab8bd8ba80.zip
ocaml-re: update from 1.3.1 to 1.4.0
Diffstat (limited to 'pkgs/development/ocaml-modules/re')
-rw-r--r--pkgs/development/ocaml-modules/re/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/re/default.nix b/pkgs/development/ocaml-modules/re/default.nix
index b2dd0609a0e4..457b45a575ed 100644
--- a/pkgs/development/ocaml-modules/re/default.nix
+++ b/pkgs/development/ocaml-modules/re/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchzip, ocaml, findlib }:
 
 stdenv.mkDerivation rec {
-  name = "ocaml-re-1.3.1";
+  name = "ocaml-re-1.4.0";
 
   src = fetchzip {
     url = "https://github.com/ocaml/ocaml-re/archive/${name}.tar.gz";
-    sha256 = "11d4k43pc97kvdbjgjcxpc0gq6yal4galkxlrfdp1iypwdcni92g";
+    sha256 = "1xcfmhjgd7prqx2g1addlrk84xpfafmqnpjkqrvg7mw0hn1p7v2m";
   };
 
   buildInputs = [ ocaml findlib ];