ucx: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm
2025-01-21 17:31:37 +00:00
parent 8956e27ebc
commit d6fa07d5cb
+2 -2
View File
@@ -36,13 +36,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ucx";
version = "1.17.0";
version = "1.18.0";
src = fetchFromGitHub {
owner = "openucx";
repo = "ucx";
rev = "v${version}";
sha256 = "sha256-Qd3c51LeF04haZA4wK6loNZwX2a3ju+ljwdPYPoUKCQ=";
sha256 = "sha256-ve9/h8DntyEClZA0P/iIg8WAuWOwYD7yzfKeN779eIo=";
};
outputs = [