jfrog-cli: 2.70.0 -> 2.71.0

This commit is contained in:
R. Ryantm 2024-10-24 11:31:43 +00:00
parent 4545ad6779
commit b9bfcaf3b0

View File

@ -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.