Skip to content

Commit

Permalink
jfrog-cli: 2.70.0 -> 2.71.0 (#350926)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Oct 24, 2024
2 parents 7480a11 + b9bfcaf commit 0fdb289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/jfrog-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@

buildGo123Module rec {
pname = "jfrog-cli";
version = "2.70.0";
version = "2.71.0";

src = fetchFromGitHub {
owner = "jfrog";
repo = "jfrog-cli";
rev = "refs/tags/v${version}";
hash = "sha256-ddwGmXb616kDNNNTNUykiEWX/2ihUpgetZ/va943RiQ=";
hash = "sha256-hblOe6YMlfWBVvWD5MKEKvAB55jUx98OMeqFDdgVrmM=";
};

proxyVendor = true;
vendorHash = "sha256-1xUCQF2UDHAmzibixv9pR6G2gvXxIStCyBuz608UpIQ=";
vendorHash = "sha256-px+eXSIOe3v4iNBibXAtcFMROrHq6YYJIHbCC7nhNS4=";

postPatch = ''
# Patch out broken test cleanup.
Expand Down

0 comments on commit 0fdb289

Please sign in to comment.