Skip to content

Commit 81a09e2

Browse files
cirrus-cli: 0.144.3 -> 0.145.1 (#420650)
Co-authored-by: techknowlogick <[email protected]>
2 parents 83a7e79 + 82571f8 commit 81a09e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ci/cirrus-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "cirrus-cli";
10-
version = "0.144.3";
10+
version = "0.145.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "cirruslabs";
1414
repo = "cirrus-cli";
1515
rev = "v${version}";
16-
hash = "sha256-aqsPh6pZ2v5ysYoD9rG/ATAPBKUslxlif1uKMPGY6gU=";
16+
hash = "sha256-RyT0pR/hcqkvavI4HkWjCG5AS4H5hBbjOChHrUoq2GI=";
1717
};
1818

19-
vendorHash = "sha256-fcaOMSOLcl1rzp4zn6KiojC0ewJMFbyG4+1uod+/6yc=";
19+
vendorHash = "sha256-CvypJVRLdMr38Qn8E67IZ33cSq5fYhM3i5HyifXGYNE=";
2020

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

0 commit comments

Comments
 (0)