rosa: 1.2.49 -> 1.2.50

This commit is contained in:
R. Ryantm
2025-02-20 21:11:54 +00:00
parent 086a4138fc
commit da8fc77184
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "rosa";
version = "1.2.49";
version = "1.2.50";
src = fetchFromGitHub {
owner = "openshift";
repo = "rosa";
rev = "v${version}";
hash = "sha256-x1P9Z0TpKw90/eLJHMcoO7niqSM3F+iFVKKTcJAstng=";
hash = "sha256-+jJbfU1DAgFNrYVA2Q1khUQKA64WOg/3H4zmX8KCg7w=";
};
vendorHash = null;