jfrog-cli: 2.40.0 -> 2.42.1

This commit is contained in:
R. Ryantm
2023-07-12 23:31:53 +00:00
parent ff6e67d2c2
commit e2b310a9ca
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "jfrog-cli";
version = "2.40.0";
version = "2.42.1";
src = fetchFromGitHub {
owner = "jfrog";
repo = "jfrog-cli";
rev = "refs/tags/v${version}";
hash = "sha256-Fhpg78IV+NEkKXWk0Xw58uE6G2qfaYhgKfhmTVAGvEo=";
hash = "sha256-ScHlF5fvqBDvmI8p+o1LcQXZHXxKL5OS4AigE74AYVY=";
};
vendorHash = "sha256-zzqXl6i1ZrxIU9ePzTd+drOtPU76DcfLY8RDu/rVNzE=";
vendorHash = "sha256-TTQ9cjtkcg606imz55k9bLSya7xFs2gKIqETcrPLKIQ=";
postInstall = ''
# Name the output the same way as the original build script does