1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-06 23:31:34 +00:00

cirrus-cli: 0.133.0 -> 0.133.2 (#363702)

Diff: https://github.com/cirruslabs/cirrus-cli/compare/v0.133.0...v0.133.2
This commit is contained in:
techknowlogick 2024-12-09 22:29:34 -05:00 committed by GitHub
parent 61da46c264
commit 20d4125ac0
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.133.0";
version = "0.133.2";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = "cirrus-cli";
rev = "v${version}";
hash = "sha256-uID2rHHsYYfGBDi4bg19G3Em0ztWGe5goBj1hIdAMkE=";
hash = "sha256-TPrniVxGRgbbe9g+WUD3kvfT65t2Bop9G7ruiitZju8=";
};
vendorHash = "sha256-+OMhaAGA+pmiDUyXDo9UfQ0SFEAN9zuNZjnLkgr7a+0=";