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

circleci-cli: 0.1.25085 -> 0.1.25569
This commit is contained in:
Mario Rodas
2023-03-31 21:52:07 -05:00
committed by GitHub
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "circleci-cli";
version = "0.1.25085";
version = "0.1.25569";
src = fetchFromGitHub {
owner = "CircleCI-Public";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NPDJutiM4SkK1LxwncPq2Af7ogqPEZ0lmshjb568BUw=";
sha256 = "sha256-IL1Iyy+KtXoi0HfKcMOB/gwuqEn02V+spEvALRmmjoo=";
};
vendorHash = "sha256-xg981yv+LrV/OyPhb3vElfIVQ66rfkm1f8k0dacWsyQ=";
vendorHash = "sha256-GBeu/+3Klpb16TI/2joDBG2E5BiwlTIhElSE3278SNs=";
nativeBuildInputs = [ installShellFiles ];