ocamlPackages.uuseg: 16.0.0 -> 17.0.0

This commit is contained in:
R. Ryantm
2025-09-12 00:33:59 +00:00
parent 40c7c33545
commit ca50e23148

View File

@@ -9,7 +9,7 @@
uucp, uucp,
uutf, uutf,
cmdliner, cmdliner,
version ? if lib.versionAtLeast ocaml.version "4.14" then "16.0.0" else "15.0.0", version ? if lib.versionAtLeast ocaml.version "4.14" then "17.0.0" else "15.0.0",
cmdlinerSupport ? lib.versionAtLeast cmdliner.version "1.1", cmdlinerSupport ? lib.versionAtLeast cmdliner.version "1.1",
}: }:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
url = "${webpage}/releases/${pname}-${version}.tbz"; url = "${webpage}/releases/${pname}-${version}.tbz";
hash = hash =
{ {
"16.0.0" = "sha256-WAP9uyofhtw6ag6/U4GQAanIFoKWvyA4NgeVweTs/iQ="; "17.0.0" = "sha256-Fn41ajEFbMv3LLkD+zqy76217/kWFS7q9jm9ubc6TI4=";
"15.0.0" = "sha256-q8x3bia1QaKpzrWFxUmLWIraKqby7TuPNGvbSjkY4eM="; "15.0.0" = "sha256-q8x3bia1QaKpzrWFxUmLWIraKqby7TuPNGvbSjkY4eM=";
} }
."${version}"; ."${version}";