about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/uri
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2018-01-14 05:33:36 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2018-01-14 05:33:36 +0000
commitbed805f4edd0f5ba561087b76b39f5cc912297d0 (patch)
treeba1b9ce5a4740a85cab4a38f4db59dc0dd2b6860 /pkgs/development/ocaml-modules/uri
parent1b43f4fe865dd76b1dfcd0c3cc4ceecf9cd28545 (diff)
downloadnixlib-bed805f4edd0f5ba561087b76b39f5cc912297d0.tar
nixlib-bed805f4edd0f5ba561087b76b39f5cc912297d0.tar.gz
nixlib-bed805f4edd0f5ba561087b76b39f5cc912297d0.tar.bz2
nixlib-bed805f4edd0f5ba561087b76b39f5cc912297d0.tar.lz
nixlib-bed805f4edd0f5ba561087b76b39f5cc912297d0.tar.xz
nixlib-bed805f4edd0f5ba561087b76b39f5cc912297d0.tar.zst
nixlib-bed805f4edd0f5ba561087b76b39f5cc912297d0.zip
ocamlPackages.uri: 1.9.5 -> 1.9.6
Diffstat (limited to 'pkgs/development/ocaml-modules/uri')
-rw-r--r--pkgs/development/ocaml-modules/uri/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/uri/default.nix b/pkgs/development/ocaml-modules/uri/default.nix
index 535af5708218..5059ef24aa32 100644
--- a/pkgs/development/ocaml-modules/uri/default.nix
+++ b/pkgs/development/ocaml-modules/uri/default.nix
@@ -3,12 +3,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "1.9.5";
+  version = "1.9.6";
   name = "ocaml${ocaml.version}-uri-${version}";
 
   src = fetchurl {
     url = "https://github.com/mirage/ocaml-uri/releases/download/v${version}/uri-${version}.tbz";
-    sha256 = "11cix26fisjbzd1kj12a78wjf3bfgaxpj8nz88bl3dssdakhswyc";
+    sha256 = "1m845rwd70wi4iijkrigyz939m1x84ba70hvv0d9sgk6971w4kz0";
   };
 
   unpackCmd = "tar -xjf $curSrc";