Commit 61ae1849 authored by R. RyanTM's avatar R. RyanTM
Browse files

rosa: 1.2.55 -> 1.2.56

parent 1c8d52a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "rosa";
  version = "1.2.55";
  version = "1.2.56";

  src = fetchFromGitHub {
    owner = "openshift";
    repo = "rosa";
    rev = "v${version}";
    hash = "sha256-IarqpS3KY6cL5Njkd14APfPcUqicNzODIZz6CiuCzIk=";
    hash = "sha256-3smmsco9xgOv+xCo9QIAudbHjZ1s3sKLEQmLXXaylYQ=";
  };
  vendorHash = null;