jfrog-cli: 2.50.0 -> 2.50.4

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