ucc: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-04-24 19:20:22 +00:00
parent cfe10a28af
commit 34917f5319

View File

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