mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
jfrog-cli: 2.73.0 -> 2.75.1 (#407271)
This commit is contained in:
commit
7b3bfd8a19
1 changed files with 4 additions and 10 deletions
|
@ -8,25 +8,19 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "jfrog-cli";
|
pname = "jfrog-cli";
|
||||||
version = "2.73.0";
|
version = "2.75.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jfrog";
|
owner = "jfrog";
|
||||||
repo = "jfrog-cli";
|
repo = "jfrog-cli";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-GzxJAatMI7H4XaRgza8+nq4JtIlPN9H3WkdKr0PfXWM=";
|
hash = "sha256-2vJiT0gr+Ix91KeM+wlldDHkrWN4Zug7RmuxJ5XfSGQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
proxyVendor = true;
|
proxyVendor = true;
|
||||||
vendorHash = "sha256-tblmLEYHZt8manxuu5OpHeuAW18+0/kSvZIJmhEfQYQ=";
|
vendorHash = "sha256-1SLzXB9lw5U9xJtUqI5nSoeDEa2IT8FbRH11yEY8kS4=";
|
||||||
|
|
||||||
postPatch = ''
|
checkFlags = "-skip=^TestReleaseBundle";
|
||||||
# Patch out broken test cleanup.
|
|
||||||
substituteInPlace artifactory_test.go \
|
|
||||||
--replace-fail \
|
|
||||||
'deleteReceivedReleaseBundle(t, "cli-tests", "2")' \
|
|
||||||
'// deleteReceivedReleaseBundle(t, "cli-tests", "2")'
|
|
||||||
'';
|
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Name the output the same way as the original build script does
|
# Name the output the same way as the original build script does
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue