ucc: 1.5.1 -> 1.6.0

This commit is contained in:
Markus Kowalewski
2025-12-26 16:27:00 +01:00
parent 42ad52e8d6
commit 00036b982c
+2 -2
View File
@@ -40,13 +40,13 @@ effectiveStdenv.mkDerivation (finalAttrs: {
strictDeps = true;
pname = "ucc";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "openucx";
repo = "ucc";
tag = "v${finalAttrs.version}";
hash = "sha256-gNLpcVvOsBCR0+KL21JSdWZyt/Z8EjQQTiHJw5vzOOo=";
hash = "sha256-xt138R3lSArfkxi/qJgR2xMlhhtm0hAwIUZBLpwFwvc=";
};
outputs = [