jfrog-cli: 2.56.0 -> 2.56.1

+3 -3
+3 -3
pkgs/tools/misc/jfrog-cli/default.nix
··· 7 8 buildGoModule rec { 9 pname = "jfrog-cli"; 10 - version = "2.56.0"; 11 12 src = fetchFromGitHub { 13 owner = "jfrog"; 14 repo = "jfrog-cli"; 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-a7zCPyKV9kZ34XxVBYotcMvXUVrieunFpKGBK1Jhvo4="; 17 }; 18 19 - vendorHash = "sha256-q0PXbLTS5Po3xTK+CkU7BtZ6tk1PfH3zVAVK1IbmitY="; 20 21 # Upgrade the Go version during the vendoring FOD build because it fails otherwise. 22 overrideModAttrs = _: {
··· 7 8 buildGoModule rec { 9 pname = "jfrog-cli"; 10 + version = "2.56.1"; 11 12 src = fetchFromGitHub { 13 owner = "jfrog"; 14 repo = "jfrog-cli"; 15 rev = "refs/tags/v${version}"; 16 + hash = "sha256-oUICnpVHRNCauWEplz7xH6AdP6CbbYX/Uy/QUPjwGHc="; 17 }; 18 19 + vendorHash = "sha256-zQjOOUlqL0Mj2DKHiG9rOfu41SKMO7C99JBJDycXAs4="; 20 21 # Upgrade the Go version during the vendoring FOD build because it fails otherwise. 22 overrideModAttrs = _: {