Commit 82c34a24 authored by techknowlogick's avatar techknowlogick
Browse files
parent 4e292f24
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "cirrus-cli";
  version = "0.130.2";
  version = "0.131.2";

  src = fetchFromGitHub {
    owner = "cirruslabs";
    repo = pname;
    repo = "cirrus-cli";
    rev = "v${version}";
    hash = "sha256-OnB7e0KYXxHGcG8ilTZ3/Na/g9Ai8/QM8x6wAOa6glE=";
    hash = "sha256-PxJYKn97gsqozofeU2IzOk0sMupt+fNpggQ00tZ12pk=";
  };

  vendorHash = "sha256-rYg0cmW63IolYQ79R9pFiFXD6UfESv4jq9kn1EGJmgw=";