rosa: 1.2.55 -> 1.2.56

This commit is contained in:
R. Ryantm
2025-09-09 18:13:43 +00:00
parent 1c8d52a3a2
commit 61ae18498c
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "rosa";
version = "1.2.55";
version = "1.2.56";
src = fetchFromGitHub {
owner = "openshift";
repo = "rosa";
rev = "v${version}";
hash = "sha256-IarqpS3KY6cL5Njkd14APfPcUqicNzODIZz6CiuCzIk=";
hash = "sha256-3smmsco9xgOv+xCo9QIAudbHjZ1s3sKLEQmLXXaylYQ=";
};
vendorHash = null;