cirrus-cli: 0.130.2 -> 0.131.2 (#351997)

This commit is contained in:
Nick Cao 2024-10-29 14:45:46 -04:00 committed by GitHub
commit e2a188cc83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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=";