ucx: 1.19.0 -> 1.19.1

This commit is contained in:
Markus Kowalewski
2025-12-26 16:39:58 +01:00
parent 42ad52e8d6
commit efb58c86b8
+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 = [