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

jfrog-cli: 2.38.2 -> 2.38.5
This commit is contained in:
figsoda
2023-06-02 09:13:57 -04:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "jfrog-cli";
version = "2.38.2";
version = "2.38.5";
src = fetchFromGitHub {
owner = "jfrog";
repo = "jfrog-cli";
rev = "refs/tags/v${version}";
hash = "sha256-oCcpW4JP61w7TIWR11g/NaHri93cgGorEmRndZXZyE0=";
hash = "sha256-fd5YJCaqT78TjhC3CkX7+iPTxW278U7GTiXLH46L2m4=";
};
vendorHash = "sha256-voMKA7NpQHF4DIZP+vO/ZwlOcBNFwp3vThCM7s8RSpY=";
vendorHash = "sha256-6sUifqqryPrlwOFYPKp1VrgGE+xF/ELz8s7eLrMJnr4=";
postInstall = ''
# Name the output the same way as the original build script does