cirrus-cli: 0.143.3 -> 0.144.0

Diff: https://github.com/cirruslabs/cirrus-cli/compare/v0.143.3...v0.144.0
This commit is contained in:
techknowlogick 2025-05-05 23:41:31 -04:00
parent 4e135944f3
commit a4d65678d9

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "cirrus-cli";
version = "0.143.3";
version = "0.144.0";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = "cirrus-cli";
rev = "v${version}";
hash = "sha256-9qseKtcb/CcpGo1w6V05nGD4P7JrVjpfKbuZRFIKKq8=";
hash = "sha256-pbfLEoc9MF9Zo9P5D8R0WM/ZbzwhdIZhtcWR9tSKzX8=";
};
vendorHash = "sha256-4Oy1bf2X3XvlFRaqLIksBinmgwUWrwqmCHX3eTq5j44=";
vendorHash = "sha256-PH28ZIubrJWk4qTrL9OSx/ylW1iEP0j0iq4uNg9d9ko=";
ldflags = [
"-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"