summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-25 12:57:28 -0500
committerGitHub <noreply@github.com>2022-12-25 12:57:28 -0500
commitc2e1d345cbfed2e3e7539f95e67ab6a634bf07b5 (patch)
tree36824f6d701db05ceba0e29a387ce8bcb2ae06ce /pkgs/development
parentb5f421490b17f4c0c6b6f723b2c38ed3304ca8c2 (diff)
parent54998cb9d4ab1d09eed437d359cd9881e4435624 (diff)
Merge pull request #207688 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.22770 -> 0.1.22924
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/misc/circleci-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/circleci-cli/default.nix b/pkgs/development/tools/misc/circleci-cli/default.nix
index c4e0a47257eb..29be3fe3edad 100644
--- a/pkgs/development/tools/misc/circleci-cli/default.nix
+++ b/pkgs/development/tools/misc/circleci-cli/default.nix
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "circleci-cli";
- version = "0.1.22770";
+ version = "0.1.22924";
src = fetchFromGitHub {
owner = "CircleCI-Public";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-3IQSI2cG+wEH7IgV8nEWvQRdfsSap8wQCniMWL/khOg=";
+ sha256 = "sha256-zfkvSfwjh3HUE0aKvBLQuNnT+GBWCOWM+mwrAdZUJ9U=";
};
- vendorSha256 = "sha256-tTG2i6ZEck0arKfCiFK7pGg9SE4n7FrF16US67Wj1gY=";
+ vendorSha256 = "sha256-qnn55C9ZK80gd/ZOtPvAGNJs0d96KqwruU4bZD6TQzY=";
nativeBuildInputs = [ installShellFiles ];