Skip to content

Commit

Permalink
cirrus-cli: 0.137.3 -> 0.138.1 (#384777)
Browse files Browse the repository at this point in the history
Co-authored-by: techknowlogick <[email protected]>
  • Loading branch information
nixpkgs-merge-bot[bot] and techknowlogick authored Feb 24, 2025
2 parents d1a2fc4 + e22df0c commit 180a5af
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 @@ -7,13 +7,13 @@

buildGoModule rec {
pname = "cirrus-cli";
version = "0.137.3";
version = "0.138.1";

src = fetchFromGitHub {
owner = "cirruslabs";
repo = "cirrus-cli";
rev = "v${version}";
hash = "sha256-7yI0dcE6hxfAZeZ5ylw5s6CBye1hTSW/nLtFZs4k/xw=";
hash = "sha256-k9laBOhkor2jW7dMaVNXFK+FzSC/4DgJFM5k1NhX4V4=";
};

vendorHash = "sha256-GjCwH0Xe9wyacfokI5EzF2TKUnSMKCdOljahChPBlso=";
Expand Down

0 comments on commit 180a5af

Please sign in to comment.