Skip to content

Commit

Permalink
cirrus-cli: 0.133.2 -> 0.134.0 (#374207)
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 Jan 16, 2025
2 parents fa4acf2 + 6eae496 commit ae06b9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ci/cirrus-cli/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildGoModule rec {
pname = "cirrus-cli";
version = "0.133.2";
version = "0.134.0";

src = fetchFromGitHub {
owner = "cirruslabs";
repo = "cirrus-cli";
rev = "v${version}";
hash = "sha256-TPrniVxGRgbbe9g+WUD3kvfT65t2Bop9G7ruiitZju8=";
hash = "sha256-f7EMIz2MR5LgW2chIkOyUx2BuC/EBJVR8AOl+ufHwu0=";
};

vendorHash = "sha256-+OMhaAGA+pmiDUyXDo9UfQ0SFEAN9zuNZjnLkgr7a+0=";
vendorHash = "sha256-FMUBwrY5PJLsd507340PC+f0f9PzPblFYpnNi6hiNeM=";

ldflags = [
"-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"
Expand Down

0 comments on commit ae06b9c

Please sign in to comment.