Merge pull request #66009 from r-ryantm/auto-update/ocaml4.06.1-cmdliner
ocamlPackages.cmdliner: 1.0.3 -> 1.0.4
This commit is contained in:
commit
52453006a7
pkgs/development/ocaml-modules/cmdliner
|
@ -8,8 +8,8 @@ assert stdenv.lib.versionAtLeast ocaml.version "4.01.0";
|
||||||
|
|
||||||
let param =
|
let param =
|
||||||
if stdenv.lib.versionAtLeast ocaml.version "4.03" then {
|
if stdenv.lib.versionAtLeast ocaml.version "4.03" then {
|
||||||
version = "1.0.3";
|
version = "1.0.4";
|
||||||
sha256 = "0g3w4hvc1cx9x2yp5aqn6m2rl8lf9x1dn754hfq8m1sc1102lxna";
|
sha256 = "1h04q0zkasd0mw64ggh4y58lgzkhg6yhzy60lab8k8zq9ba96ajw";
|
||||||
} else {
|
} else {
|
||||||
version = "1.0.2";
|
version = "1.0.2";
|
||||||
sha256 = "18jqphjiifljlh9jg8zpl6310p3iwyaqphdkmf89acyaix0s4kj1";
|
sha256 = "18jqphjiifljlh9jg8zpl6310p3iwyaqphdkmf89acyaix0s4kj1";
|
||||||
|
|
Loading…
Reference in New Issue