ucx: 1.20.1 -> 1.21.0

Diff: https://github.com/openucx/ucx/compare/v1.20.1...v1.21.0
This commit is contained in:
Gaetan Lepage
2026-06-25 20:14:39 +00:00
parent 45a2f3c5c5
commit c9ac53ef9e
+2 -2
View File
@@ -42,13 +42,13 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
pname = "ucx";
version = "1.20.1";
version = "1.21.0";
src = fetchFromGitHub {
owner = "openucx";
repo = "ucx";
tag = "v${finalAttrs.version}";
hash = "sha256-CD8a7CoKAj5DuRa9C+Eef54qGcH3F0uNBXRlO0hneI4=";
hash = "sha256-jREdHE+DpT0OQ1pVEUgWnA9hTCP1IsGeATmDTT3YmcM=";
};
outputs = [