rosa: 1.2.50 -> 1.2.51

This commit is contained in:
R. Ryantm
2025-03-05 22:29:24 +00:00
parent 6e96684190
commit d8409e84da
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "rosa";
version = "1.2.50";
version = "1.2.51";
src = fetchFromGitHub {
owner = "openshift";
repo = "rosa";
rev = "v${version}";
hash = "sha256-+jJbfU1DAgFNrYVA2Q1khUQKA64WOg/3H4zmX8KCg7w=";
hash = "sha256-tZwIySYY/0QBi2Vv1omV3ZcK3DD5SRUNaQKClX2QeUw=";
};
vendorHash = null;