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

jfrog-cli: 2.42.1 -> 2.43.1
This commit is contained in:
Pol Dellaiera 2023-07-26 13:25:48 +02:00 committed by GitHub
commit 7cef9f70fb
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.42.1";
version = "2.43.1";
src = fetchFromGitHub {
owner = "jfrog";
repo = "jfrog-cli";
rev = "refs/tags/v${version}";
hash = "sha256-ScHlF5fvqBDvmI8p+o1LcQXZHXxKL5OS4AigE74AYVY=";
hash = "sha256-Ad3kcx5F6U6ucamhhD0c5st86nrJxCPX9e62u7yjPYI=";
};
vendorHash = "sha256-TTQ9cjtkcg606imz55k9bLSya7xFs2gKIqETcrPLKIQ=";
vendorHash = "sha256-iLjm8k0XbYcA05J52K8mGWleiMhSRjzzkTOrQ28UdVw=";
postInstall = ''
# Name the output the same way as the original build script does