rosa: 1.2.52 -> 1.2.53 (#404846)

Co-authored-by: jfchevrette <jfchevrette@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-07 10:38:46 +00:00
committed by GitHub
co-authored by jfchevrette
+2 -2
View File
@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "rosa";
version = "1.2.52";
version = "1.2.53";
src = fetchFromGitHub {
owner = "openshift";
repo = "rosa";
rev = "v${version}";
hash = "sha256-bImuMrrXssKEh4VvSMy4iuK61GJ+Pltt6Ksir1Bx1as=";
hash = "sha256-t8hJscLk0tRi7CC6maE478CEbOkJtVkbXA0Ag1DxFB4=";
};
vendorHash = null;