summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cmdliner
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2017-09-08 03:00:27 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2017-09-08 03:00:27 +0000
commite93d92d391bd93587b78a0a78ba42abcab64d880 (patch)
treeef49073a87d5d36f2472fca28778b8f800211848 /pkgs/development/ocaml-modules/cmdliner
parent00829717e86c2923bb57d5f5b8de8e257995a3fe (diff)
downloadnixpkgs-e93d92d391bd93587b78a0a78ba42abcab64d880.tar
nixpkgs-e93d92d391bd93587b78a0a78ba42abcab64d880.tar.gz
nixpkgs-e93d92d391bd93587b78a0a78ba42abcab64d880.tar.bz2
nixpkgs-e93d92d391bd93587b78a0a78ba42abcab64d880.tar.lz
nixpkgs-e93d92d391bd93587b78a0a78ba42abcab64d880.tar.xz
nixpkgs-e93d92d391bd93587b78a0a78ba42abcab64d880.tar.zst
nixpkgs-e93d92d391bd93587b78a0a78ba42abcab64d880.zip
ocamlPackages.cmdliner: 1.0.0 -> 1.0.2
Diffstat (limited to 'pkgs/development/ocaml-modules/cmdliner')
-rw-r--r--pkgs/development/ocaml-modules/cmdliner/1.0.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/cmdliner/1.0.nix b/pkgs/development/ocaml-modules/cmdliner/1.0.nix
index 9448610a378..2e2abe897e0 100644
--- a/pkgs/development/ocaml-modules/cmdliner/1.0.nix
+++ b/pkgs/development/ocaml-modules/cmdliner/1.0.nix
@@ -8,11 +8,11 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01.0";
 
 stdenv.mkDerivation rec {
   name = "ocaml-${pname}-${version}";
-  version = "1.0.0";
+  version = "1.0.2";
 
   src = fetchurl {
     url = "http://erratique.ch/software/${pname}/releases/${pname}-${version}.tbz";
-    sha256 = "1ryn7qis0izg0wcal8zdlikzzl689l75y6f4zc6blrm93y5agy9x";
+    sha256 = "18jqphjiifljlh9jg8zpl6310p3iwyaqphdkmf89acyaix0s4kj1";
   };
 
   unpackCmd = "tar xjf $src";