Merge pull request #203823 from techknowlogick/cirrus-cli-0920

cirrus-cli: 0.91.0 -> 0.92.0
This commit is contained in:
Mario Rodas 2022-11-30 19:49:31 -05:00 committed by GitHub
commit 9c63920ae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "cirrus-cli";
version = "0.91.0";
version = "0.92.0";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nJd7azn42IqIx8CXL7RHJFAZUaN0uq4FumHL3uGIx9U=";
sha256 = "sha256-q6hpsyZZep8IERYh7/oVcCQdgc/s6HufiuE4oNPBaZc=";
};
vendorSha256 = "sha256-Llq6siZn34sHsZFneT+MLXf2W9cXqi4DZwrH1R5laOY=";