We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa4acf2 + 6eae496 commit ae06b9cCopy full SHA for ae06b9c
pkgs/by-name/ci/cirrus-cli/package.nix
@@ -7,16 +7,16 @@
7
8
buildGoModule rec {
9
pname = "cirrus-cli";
10
- version = "0.133.2";
+ version = "0.134.0";
11
12
src = fetchFromGitHub {
13
owner = "cirruslabs";
14
repo = "cirrus-cli";
15
rev = "v${version}";
16
- hash = "sha256-TPrniVxGRgbbe9g+WUD3kvfT65t2Bop9G7ruiitZju8=";
+ hash = "sha256-f7EMIz2MR5LgW2chIkOyUx2BuC/EBJVR8AOl+ufHwu0=";
17
};
18
19
- vendorHash = "sha256-+OMhaAGA+pmiDUyXDo9UfQ0SFEAN9zuNZjnLkgr7a+0=";
+ vendorHash = "sha256-FMUBwrY5PJLsd507340PC+f0f9PzPblFYpnNi6hiNeM=";
20
21
ldflags = [
22
"-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"
0 commit comments