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

jfrog-cli: 2.37.3 -> 2.38.2

authored by Weijia Wang and committed by GitHub ee88d27d b92297b2

+3 -3
+3 -3
pkgs/tools/misc/jfrog-cli/default.nix
··· 6 7 buildGoModule rec { 8 pname = "jfrog-cli"; 9 - version = "2.37.3"; 10 11 src = fetchFromGitHub { 12 owner = "jfrog"; 13 repo = "jfrog-cli"; 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-ic6Q/1BJIYe/LajW389vL7Gaodz/EFLEGkZl6QSIvbo="; 16 }; 17 18 - vendorHash = "sha256-W/Us8OTbaJismGkKashZoM1wkHXpHv/TxrwT86HaiU8="; 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.38.2"; 10 11 src = fetchFromGitHub { 12 owner = "jfrog"; 13 repo = "jfrog-cli"; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-oCcpW4JP61w7TIWR11g/NaHri93cgGorEmRndZXZyE0="; 16 }; 17 18 + vendorHash = "sha256-voMKA7NpQHF4DIZP+vO/ZwlOcBNFwp3vThCM7s8RSpY="; 19 20 postInstall = '' 21 # Name the output the same way as the original build script does