jfrog-cli: 2.50.0 -> 2.50.4

+3 -3
+3 -3
pkgs/tools/misc/jfrog-cli/default.nix
··· 5 6 buildGoModule rec { 7 pname = "jfrog-cli"; 8 - version = "2.50.0"; 9 10 src = fetchFromGitHub { 11 owner = "jfrog"; 12 repo = "jfrog-cli"; 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-ZQsc1Far3x4WySbSU5wZXN6acirgVu467BGyjbcT5Ks="; 15 }; 16 17 - vendorHash = "sha256-KCFLM8qElbPbmLBCzyThUiqv/BLXsG3eauCBjahMMYk="; 18 19 postInstall = '' 20 # Name the output the same way as the original build script does
··· 5 6 buildGoModule rec { 7 pname = "jfrog-cli"; 8 + version = "2.50.4"; 9 10 src = fetchFromGitHub { 11 owner = "jfrog"; 12 repo = "jfrog-cli"; 13 rev = "refs/tags/v${version}"; 14 + hash = "sha256-q4l0C99CEY3CEw2eXEnz+29z4JGSgqhVKFoaQ7azsZQ="; 15 }; 16 17 + vendorHash = "sha256-7+kmKqMDrGw/lnOL+JS4MRguQNlLaOb47ptX33BEWkM="; 18 19 postInstall = '' 20 # Name the output the same way as the original build script does