rosa: 1.2.63 -> 1.2.64 (#533706)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-22 14:44:58 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule (finalAttrs: {
pname = "rosa";
version = "1.2.63";
version = "1.2.64";
src = fetchFromGitHub {
owner = "openshift";
repo = "rosa";
rev = "v${finalAttrs.version}";
hash = "sha256-8+4Ip9PGSIIfZ1zfkihrahh/65fBBAYWhVqdpeP0eB0=";
hash = "sha256-lvulPx9Vyo84Lt1yo/7LKsWEh0ABkRxhusXyO/aUVrU=";
};
vendorHash = null;