3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request from r-ryantm/auto-update/circleci-cli

circleci-cli: 0.1.22322 -> 0.1.22426
This commit is contained in:
Mario Rodas 2022-11-11 08:24:12 -05:00 committed by GitHub
commit 12037e59c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "circleci-cli";
version = "0.1.22322";
version = "0.1.22426";
src = fetchFromGitHub {
owner = "CircleCI-Public";
repo = pname;
rev = "v${version}";
sha256 = "sha256-HhQ2KZDu4X/extycQ9CZQYs8GjR5e93M0qw2cJsqj9E=";
sha256 = "sha256-zGMaFRa0gR7Meyhm1lEn6klCB6T3iNFqAinLiIKstt4=";
};
vendorSha256 = "sha256-vydx3ZaVSpIn5nncuQhRVQqZ7920n1NAoZIHFvzrQgo=";
vendorSha256 = "sha256-+gDRe62EJdTeZJAbEPmjo+7A3TTiwggW/w4WRj5ZxwM=";
nativeBuildInputs = [ installShellFiles ];