We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3582c7 commit 7907305Copy full SHA for 7907305
1 file changed
pkgs/by-name/ro/rosa/package.nix
@@ -11,13 +11,13 @@
11
12
buildGoModule rec {
13
pname = "rosa";
14
- version = "1.2.52";
+ version = "1.2.53";
15
16
src = fetchFromGitHub {
17
owner = "openshift";
18
repo = "rosa";
19
rev = "v${version}";
20
- hash = "sha256-bImuMrrXssKEh4VvSMy4iuK61GJ+Pltt6Ksir1Bx1as=";
+ hash = "sha256-t8hJscLk0tRi7CC6maE478CEbOkJtVkbXA0Ag1DxFB4=";
21
};
22
vendorHash = null;
23
0 commit comments