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:
parent
61da46c264
commit
20d4125ac0
|
@ -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=";
|
||||
|
|
Loading…
Reference in a new issue