rosa: 1.2.54 -> 1.2.55 (#430325)

Co-authored-by: jfchevrette <jfchevrette@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-02 11:08:28 +00:00
committed by GitHub
co-authored by jfchevrette
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "rosa";
version = "1.2.54";
version = "1.2.55";
src = fetchFromGitHub {
owner = "openshift";
repo = "rosa";
rev = "v${version}";
hash = "sha256-mW4uwviyzGI8mMaQsnedV1vTm26ae6VSoihMzvSCAjc=";
hash = "sha256-IarqpS3KY6cL5Njkd14APfPcUqicNzODIZz6CiuCzIk=";
};
vendorHash = null;