summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/cmdliner
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 19:42:10 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-08-04 19:42:10 -0700
commitf2d8928923c6a496c43d407af61a9ecc8dfb24e9 (patch)
tree73635b66d3166904fab9c6386f7425ef888d1536 /pkgs/development/ocaml-modules/cmdliner
parent53328909da75752522c55f8d94c6553d740f9729 (diff)
downloadnixpkgs-f2d8928923c6a496c43d407af61a9ecc8dfb24e9.tar
nixpkgs-f2d8928923c6a496c43d407af61a9ecc8dfb24e9.tar.gz
nixpkgs-f2d8928923c6a496c43d407af61a9ecc8dfb24e9.tar.bz2
nixpkgs-f2d8928923c6a496c43d407af61a9ecc8dfb24e9.tar.lz
nixpkgs-f2d8928923c6a496c43d407af61a9ecc8dfb24e9.tar.xz
nixpkgs-f2d8928923c6a496c43d407af61a9ecc8dfb24e9.tar.zst
nixpkgs-f2d8928923c6a496c43d407af61a9ecc8dfb24e9.zip
ocamlPackages.cmdliner: 1.0.3 -> 1.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-cmdliner/versions
Diffstat (limited to 'pkgs/development/ocaml-modules/cmdliner')
-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 0a1a30a3473..271ec1f2af9 100644
--- a/pkgs/development/ocaml-modules/cmdliner/default.nix
+++ b/pkgs/development/ocaml-modules/cmdliner/default.nix
@@ -8,8 +8,8 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01.0";
 
 let param =
   if stdenv.lib.versionAtLeast ocaml.version "4.03" then {
-    version = "1.0.3";
-    sha256 = "0g3w4hvc1cx9x2yp5aqn6m2rl8lf9x1dn754hfq8m1sc1102lxna";
+    version = "1.0.4";
+    sha256 = "1h04q0zkasd0mw64ggh4y58lgzkhg6yhzy60lab8k8zq9ba96ajw";
   } else {
     version = "1.0.2";
     sha256 = "18jqphjiifljlh9jg8zpl6310p3iwyaqphdkmf89acyaix0s4kj1";