summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2019-08-08 16:03:23 +0200
committerGitHub <noreply@github.com>2019-08-08 16:03:23 +0200
commit52453006a7023ab903491f3368848323edeffc34 (patch)
treeb166dad07b145e50706a49f195480f5c94487187 /pkgs
parent8d2008ccc69af2df86dd6d3bb4146458313dacaa (diff)
parentf2d8928923c6a496c43d407af61a9ecc8dfb24e9 (diff)
downloadnixpkgs-52453006a7023ab903491f3368848323edeffc34.tar
nixpkgs-52453006a7023ab903491f3368848323edeffc34.tar.gz
nixpkgs-52453006a7023ab903491f3368848323edeffc34.tar.bz2
nixpkgs-52453006a7023ab903491f3368848323edeffc34.tar.lz
nixpkgs-52453006a7023ab903491f3368848323edeffc34.tar.xz
nixpkgs-52453006a7023ab903491f3368848323edeffc34.tar.zst
nixpkgs-52453006a7023ab903491f3368848323edeffc34.zip
Merge pull request #66009 from r-ryantm/auto-update/ocaml4.06.1-cmdliner
ocamlPackages.cmdliner: 1.0.3 -> 1.0.4
Diffstat (limited to 'pkgs')
-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";