jfrog-cli: 2.78.1 -> 2.78.2 (#431062)

Co-authored-by: aidalgol <aidalgol@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-05 01:40:57 +00:00
committed by GitHub
co-authored by aidalgol
+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;