Skip to content

Commit

Permalink
cirrus-cli: 0.133.0 -> 0.133.2 (#363702)
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick authored Dec 10, 2024
1 parent 61da46c commit 20d4125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ci/cirrus-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
Expand Down

0 comments on commit 20d4125

Please sign in to comment.