Unverified Commit 082f401a authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

rosa: 1.2.60 -> 1.2.61 (#498279)

parents f140b746 7fe41ec1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule (finalAttrs: {
  pname = "rosa";
  version = "1.2.60";
  version = "1.2.61";

  src = fetchFromGitHub {
    owner = "openshift";
    repo = "rosa";
    rev = "v${finalAttrs.version}";
    hash = "sha256-VKaoN91kxfGp9rFmO6VyD4WwmppITirenF1qpASDbDI=";
    hash = "sha256-tcvNtFM8e2U9C5Nis3RzVJvBh+wvPlLID2MyYjHRdVs=";
  };
  vendorHash = null;