Merge pull request #306641 from r-ryantm/auto-update/ucc

ucc: 1.2.0 -> 1.3.0
This commit is contained in:
Markus Kowalewski 2024-04-25 11:04:06 +00:00 committed by GitHub
commit ae0e614d2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "ucc";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "openucx";
repo = "ucc";
rev = "v${version}";
sha256 = "sha256-7Mo9zU0sogGyDdWIfTgUPoR5Z8D722asC2y7sHnKbzs=";
sha256 = "sha256-xcJLYktkxNK2ewWRgm8zH/dMaIoI+9JexuswXi7MpAU=";
};
outputs = [ "out" "dev" ];