mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
jfrog-cli: 2.76.0 -> 2.76.1
This commit is contained in:
parent
35bfba9eef
commit
faab36379d
1 changed files with 3 additions and 3 deletions
|
@ -8,17 +8,17 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "jfrog-cli";
|
pname = "jfrog-cli";
|
||||||
version = "2.76.0";
|
version = "2.76.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jfrog";
|
owner = "jfrog";
|
||||||
repo = "jfrog-cli";
|
repo = "jfrog-cli";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-DZJLIIigX4/gzGaVVhyJmk+TN6wnNlH+NWkB6dc0aoU=";
|
hash = "sha256-d8TL6sJIXooMnQ2UMonNcsZ68VrnlfzcM0BhxwOaVa0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
vendorHash = "sha256-Ouz1nac3+u8AYzqLaax6Nw6qunTN/hCRjEf9koDM75A=";
|
vendorHash = "sha256-Bz2xlx1AlCR8xY8KO2cVguyUsoQiQO60XAs5T6S9Ays=";
|
||||||
|
|
||||||
checkFlags = "-skip=^TestReleaseBundle";
|
checkFlags = "-skip=^TestReleaseBundle";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue