jfrog-cli: 2.52.9 -> 2.52.10

This commit is contained in:
R. Ryantm 2024-01-24 08:53:21 +00:00
parent 19f815760d
commit 7aa8b48c2e

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "jfrog-cli";
version = "2.52.9";
version = "2.52.10";
src = fetchFromGitHub {
owner = "jfrog";
repo = "jfrog-cli";
rev = "refs/tags/v${version}";
hash = "sha256-VzItfVmt/+B+rTBxKIjhdrI1B+Xq2ca/VG+EXm99Bw4=";
hash = "sha256-sqKlYHOpjIxNff1QK540Xxqr7w+WZ+pZXgfAKjRbMuM=";
};
vendorHash = "sha256-zGhVAcTQN//YIQQhD9qLN5BTJZ54cVGj1NZd6NXNgjI=";
vendorHash = "sha256-Cm6Wu2U2i6WZfps1WLAjYuVZZ1y7J4WXFLmX2bkevd4=";
postInstall = ''
# Name the output the same way as the original build script does