rosa: 1.2.38 -> 1.2.39

This commit is contained in:
R. Ryantm 2024-05-18 18:01:41 +00:00
parent 1814b56453
commit 864056a155

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;