cirrus-cli: 0.154.0 -> 0.155.0

This commit is contained in:
R. Ryantm
2025-10-13 08:08:55 +00:00
parent 662e2ea08d
commit a07dc6b4c2
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "cirrus-cli";
version = "0.154.0";
version = "0.155.0";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = "cirrus-cli";
rev = "v${version}";
hash = "sha256-jmjCqdoJj9ggxC6JaW7BObWCWKdfB0ZOSOfUA2BgUCc=";
hash = "sha256-HMEd1G7CTK4P3fQ34wMOgd4GJ/7YALEL0UaqljB/44Y=";
};
vendorHash = "sha256-ag1HzNrSqGTJGXxhdspxHsJRBu7tuB5nDFiEWh1VOsU=";