ucx: 1.19.0 -> 1.19.1 (#474369)

This commit is contained in:
Markus Kowalewski
2025-12-28 23:21:47 +00:00
committed by GitHub
+2 -2
View File
@@ -42,13 +42,13 @@ stdenv.mkDerivation (finalAttrs: {
strictDeps = true;
pname = "ucx";
version = "1.19.0";
version = "1.19.1";
src = fetchFromGitHub {
owner = "openucx";
repo = "ucx";
tag = "v${finalAttrs.version}";
hash = "sha256-n3xJmbvUXZzfhotOBJRyH2OEL4NFZIKyB808HwEQSYo=";
hash = "sha256-54yLejOFdCa2KYstZuo+hZ5lSQR8WTZMa7lS0prc5NY=";
};
outputs = [