mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ucc: 1.7.0 -> 1.8.0
This commit is contained in:
parent
970a6817ad
commit
b4fe75ea95
1 changed files with 2 additions and 2 deletions
|
|
@ -40,13 +40,13 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
|||
strictDeps = true;
|
||||
|
||||
pname = "ucc";
|
||||
version = "1.7.0";
|
||||
version = "1.8.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openucx";
|
||||
repo = "ucc";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-YGvagagGcG6Jiy5VppnfdZ03Sb5+5dYU6NV+RS/KnHY=";
|
||||
hash = "sha256-rH/bG0pYO4VKfrnkXLXy/67hjaz6i3R0YoYdsGBqPsU=";
|
||||
};
|
||||
|
||||
outputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue