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

circleci-cli: 0.1.25638 -> 0.1.25725
This commit is contained in:
Mario Rodas 2023-04-10 21:34:57 -05:00 committed by GitHub
commit fb6ab61101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "circleci-cli";
version = "0.1.25638";
version = "0.1.25725";
src = fetchFromGitHub {
owner = "CircleCI-Public";
repo = pname;
rev = "v${version}";
sha256 = "sha256-zl3Y3MPIYQUxeoEwzEz1imMVaSm8MfjswGtIJyfn3rQ=";
sha256 = "sha256-rv+/OSAq/vQIlysbpx8JZuBmtb3COq8hl/tXBYylRwA=";
};
vendorHash = "sha256-GBeu/+3Klpb16TI/2joDBG2E5BiwlTIhElSE3278SNs=";