Skip to content

Commit

Permalink
jfrog-cli: 2.52.8 -> 2.52.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 8, 2024
1 parent d865557 commit 66047aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/jfrog-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

buildGoModule rec {
pname = "jfrog-cli";
version = "2.52.8";
version = "2.52.9";

src = fetchFromGitHub {
owner = "jfrog";
repo = "jfrog-cli";
rev = "refs/tags/v${version}";
hash = "sha256-u7hq0VHHcSZ7uiYEz6cqZ7CN0iwKRSwKmAh5+Hf17WU=";
hash = "sha256-VzItfVmt/+B+rTBxKIjhdrI1B+Xq2ca/VG+EXm99Bw4=";
};

vendorHash = "sha256-xLkzoQWT4jRBC5+11pAboxlynu+cmhynMnh3yh+qn/8=";
vendorHash = "sha256-zGhVAcTQN//YIQQhD9qLN5BTJZ54cVGj1NZd6NXNgjI=";

postInstall = ''
# Name the output the same way as the original build script does
Expand Down

0 comments on commit 66047aa

Please sign in to comment.