cirrus-cli: 0.130.2 -> 0.131.2

Diff: https://github.com/cirruslabs/cirrus-cli/compare/v0.130.2...v0.131.2
This commit is contained in:
techknowlogick
2024-10-28 18:51:36 -07:00
parent 4e292f2411
commit 82c34a24e7
+3 -3
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=";