summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-11-18 14:34:08 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-11-18 14:34:08 +0000
commitf9432af1e26b200487d77c809336ef8ca3d1c9c0 (patch)
tree2a1f2759815f0bc7373149acfe558a8e9b08b0c0 /pkgs/development/ocaml-modules
parent555afd10eb8f65b0f400dfe5ac8aa40df6153482 (diff)
downloadnixlib-f9432af1e26b200487d77c809336ef8ca3d1c9c0.tar
nixlib-f9432af1e26b200487d77c809336ef8ca3d1c9c0.tar.gz
nixlib-f9432af1e26b200487d77c809336ef8ca3d1c9c0.tar.bz2
nixlib-f9432af1e26b200487d77c809336ef8ca3d1c9c0.tar.lz
nixlib-f9432af1e26b200487d77c809336ef8ca3d1c9c0.tar.xz
nixlib-f9432af1e26b200487d77c809336ef8ca3d1c9c0.tar.zst
nixlib-f9432af1e26b200487d77c809336ef8ca3d1c9c0.zip
ocaml-cmdliner: update from 0.9.5 to 0.9.6
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/cmdliner/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/cmdliner/default.nix b/pkgs/development/ocaml-modules/cmdliner/default.nix
index 2dfd7ba12860..0a35dc922960 100644
--- a/pkgs/development/ocaml-modules/cmdliner/default.nix
+++ b/pkgs/development/ocaml-modules/cmdliner/default.nix
@@ -2,7 +2,7 @@
 
 let
   pname = "cmdliner";
-  version = "0.9.5";
+  version = "0.9.6";
   ocaml_version = (builtins.parseDrvName ocaml.name).version;
 in
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "http://erratique.ch/software/${pname}/releases/${pname}-${version}.tbz";
-    sha256 = "a0e199c4930450e12edf81604eeceddeeb32d55c43438be689e60df282277a7e";
+    sha256 = "1i08yjkk5wln60bw9rrllh6ajjgq14cvzvcci8y1nk5v6ys7jr8p";
   };
 
   unpackCmd = "tar xjf $src";