Merge pull request #256861 from r-ryantm/auto-update/cirrus-cli

cirrus-cli: 0.103.1 -> 0.104.0
This commit is contained in:
Nick Cao 2023-09-23 08:49:23 -04:00 committed by GitHub
commit d0f51c25b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cirrus-cli";
version = "0.103.1";
version = "0.104.0";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-K8uhI/lX0xCvCLKv4mpahZm0ukTInzMjFBnPumRp2gc=";
sha256 = "sha256-3X/VZirKSYD+y//e8Ft8f0D27vJWekdyUTmVvOgc5bQ=";
};
vendorHash = "sha256-0otC2+f0PMBZ+0Xiyq4kBd2YCJjAvDhThB3W9gIjHOY=";