Merge pull request #312714 from r-ryantm/auto-update/rosa

rosa: 1.2.38 -> 1.2.39
This commit is contained in:
Matthias Beyer 2024-05-19 10:33:07 +02:00 committed by GitHub
commit 5e868f555d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "rosa";
version = "1.2.38";
version = "1.2.39";
src = fetchFromGitHub {
owner = "openshift";
repo = "rosa";
rev = "v${version}";
hash = "sha256-eS9mK5iK/fXWMpgA/RF7wYybcJtPDW/pIWo9Iw0I+K8=";
hash = "sha256-K1FGiUNXSyCTmF//dculpnkTyn3hfqWrOiMUGk9kHrA=";
};
vendorHash = null;