Skip to content

Commit

Permalink
rosa: 1.2.39 -> 1.2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 22, 2024
1 parent 48b8f3c commit cf1c3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ro/rosa/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "rosa";
version = "1.2.39";
version = "1.2.42";

src = fetchFromGitHub {
owner = "openshift";
repo = "rosa";
rev = "v${version}";
hash = "sha256-K1FGiUNXSyCTmF//dculpnkTyn3hfqWrOiMUGk9kHrA=";
hash = "sha256-HyfplyxZi0VxLCyLvW3OudFibvXGV70AI3vSdl9R1aA=";
};
vendorHash = null;

Expand Down

0 comments on commit cf1c3aa

Please sign in to comment.