Merge pull request #252738 from r-ryantm/auto-update/jfrog-cli

jfrog-cli: 2.45.0 -> 2.46.2
This commit is contained in:
Matthias Beyer 2023-09-01 15:21:07 +02:00 committed by GitHub
commit b41edc660e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "jfrog-cli";
version = "2.45.0";
version = "2.46.2";
src = fetchFromGitHub {
owner = "jfrog";
repo = "jfrog-cli";
rev = "refs/tags/v${version}";
hash = "sha256-NSkSE1NZIwCCSlCo7hGWq82JvH48uI8fV2RIZHwS5JI=";
hash = "sha256-NPRxBcXnY1l30RrFTgR+vqvRLdH564Daw/OIqRUhTss=";
};
vendorHash = "sha256-fk+Lhmb+LgjSuGlDfHkentF10TOgqIxbZ1VVGmAmkME=";
vendorHash = "sha256-dMVXpqIDL6fQc9KYN4Co6vBCrpxocnwA3EkgMEme3aI=";
postInstall = ''
# Name the output the same way as the original build script does