Unverified Commit 6aadc736 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cirrus-cli: 0.155.0 -> 0.155.1 (#453486)

parents 2b7526fe 38b4dc49
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "cirrus-cli";
  version = "0.155.0";
  version = "0.155.1";

  src = fetchFromGitHub {
    owner = "cirruslabs";
    repo = "cirrus-cli";
    rev = "v${version}";
    hash = "sha256-HMEd1G7CTK4P3fQ34wMOgd4GJ/7YALEL0UaqljB/44Y=";
    hash = "sha256-ZjirC80wiW2iCflCWxCG4KpTxnZyLTeCXa6B/SJoiyI=";
  };

  vendorHash = "sha256-ag1HzNrSqGTJGXxhdspxHsJRBu7tuB5nDFiEWh1VOsU=";