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

jfrog-cli: 2.40.0 -> 2.42.1

authored by Weijia Wang and committed by GitHub 99d0b5d4 e5f038da

+3 -3
+3 -3
pkgs/tools/misc/jfrog-cli/default.nix
··· 6 7 buildGoModule rec { 8 pname = "jfrog-cli"; 9 - version = "2.40.0"; 10 11 src = fetchFromGitHub { 12 owner = "jfrog"; 13 repo = "jfrog-cli"; 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-Fhpg78IV+NEkKXWk0Xw58uE6G2qfaYhgKfhmTVAGvEo="; 16 }; 17 18 - vendorHash = "sha256-zzqXl6i1ZrxIU9ePzTd+drOtPU76DcfLY8RDu/rVNzE="; 19 20 postInstall = '' 21 # Name the output the same way as the original build script does
··· 6 7 buildGoModule rec { 8 pname = "jfrog-cli"; 9 + version = "2.42.1"; 10 11 src = fetchFromGitHub { 12 owner = "jfrog"; 13 repo = "jfrog-cli"; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-ScHlF5fvqBDvmI8p+o1LcQXZHXxKL5OS4AigE74AYVY="; 16 }; 17 18 + vendorHash = "sha256-TTQ9cjtkcg606imz55k9bLSya7xFs2gKIqETcrPLKIQ="; 19 20 postInstall = '' 21 # Name the output the same way as the original build script does