ucx: 1.20.1 -> 1.21.0 (#535034)

This commit is contained in:
Arne Keller
2026-07-04 10:54:51 +00:00
committed by GitHub
+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 = [