Unverified Commit 839d8998 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #305039 from r-ryantm/auto-update/cirrus-cli

cirrus-cli: 0.115.3 -> 0.116.0
parents 27bfc363 76b696c7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "cirrus-cli";
  version = "0.115.3";
  version = "0.116.0";

  src = fetchFromGitHub {
    owner = "cirruslabs";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-kO2RgT5Y3fvayiYSFZsiHNwmOpIrNvNuD3BzbvhNRvg=";
    sha256 = "sha256-cij6Yw8UEPDHsm9Oy809PWxfPpbCGXUFRALKFH80pqM=";
  };

  vendorHash = "sha256-tkKxg08uL1vlOyD/tpRLzjHpOVWOmYZxcq8B+Q7/3Zo=";