jfrog-cli: 2.78.1 -> 2.78.2

This commit is contained in:
R. Ryantm
2025-08-05 00:30:43 +00:00
parent 68071df053
commit db1b4d1ca3
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "jfrog-cli";
version = "2.78.1";
version = "2.78.2";
src = fetchFromGitHub {
owner = "jfrog";
repo = "jfrog-cli";
tag = "v${version}";
hash = "sha256-9lhoAgu7y+JbZk/Cee2G74nhEJ4C2KKStcBistuIRtE=";
hash = "sha256-E6UjHtLJ8wgAM9CPtFLsBOKaIaF+exjegBBnP0aBcvA=";
};
proxyVendor = true;