Merge pull request #319724 from r-ryantm/auto-update/ucx

ucx: 1.16.0 -> 1.17.0
This commit is contained in:
Markus Kowalewski 2024-06-14 07:58:11 +00:00 committed by GitHub
commit d8c8435e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,13 +19,13 @@ let
in
stdenv.mkDerivation rec {
pname = "ucx";
version = "1.16.0";
version = "1.17.0";
src = fetchFromGitHub {
owner = "openucx";
repo = "ucx";
rev = "v${version}";
sha256 = "sha256-dihWwGlQclfa2ke+1V5c6coqfFjjuMyI8QRzNdx33zQ=";
sha256 = "sha256-Qd3c51LeF04haZA4wK6loNZwX2a3ju+ljwdPYPoUKCQ=";
};
outputs = [ "out" "doc" "dev" ];