about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-02-04 18:25:46 -0500
committerGitHub <noreply@github.com>2023-02-04 18:25:46 -0500
commite9a994ed20634150364e564dfff05a15164c5f2c (patch)
treeaf7c97e2db54379e32bc5f66e10f6a394ec5958f /pkgs/development/tools
parent69d606697f4b9ec41de32c38aea1088e3da352e6 (diff)
parentc598798505114b02789846fbe83fcc84e09a411c (diff)
Merge pull request #214506 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.23272 -> 0.1.23334
Diffstat (limited to 'pkgs/development/tools')
-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 6fcdb5b753aab..b657a9ded93e6 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.23272";
+  version = "0.1.23334";
 
   src = fetchFromGitHub {
     owner = "CircleCI-Public";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Yj7bIVVCG2q6Q2ij+rH3AAC4xW7Drz+pmdIM2ToPJX4=";
+    sha256 = "sha256-1+PcjameB9/1MoyM0RAxrhuE649INyLlhgxA5xJQ9Pw=";
   };
 
-  vendorHash = "sha256-qnn55C9ZK80gd/ZOtPvAGNJs0d96KqwruU4bZD6TQzY=";
+  vendorHash = "sha256-E24b8PUA1Hy+OepQe2n6TecCMKKicdr5KUdiJ663Td0=";
 
   nativeBuildInputs = [ installShellFiles ];