about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-15 05:07:35 -0500
committerGitHub <noreply@github.com>2024-03-15 05:07:35 -0500
commit49c9e9e9097bef9b2472772f4f9c924cc024b250 (patch)
tree523b4ff0f3ff4140ed4bf4d8bc4ea9cd48e0196e /pkgs/development
parent949188fc8c1cbd6cc3414e3cc18ca5ebb7143148 (diff)
parent8c4859a884ce824c8da2b7a4ab09108a4a926dd3 (diff)
Merge pull request #296058 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.30401 -> 0.1.30549
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 5b3ac8eeb27f1..4afcebe5d98f8 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.30401";
+  version = "0.1.30549";
 
   src = fetchFromGitHub {
     owner = "CircleCI-Public";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ebZEZ24KQgGOimCIRHlI5Uwv1dO1W7s0dTrY/n3y9Ao=";
+    sha256 = "sha256-dzKMj1JKalbdID113cfFA1hbOW7PQk3pfJaRqIJdpts=";
   };
 
-  vendorHash = "sha256-GOC1ZL0F/VwLuQ5d8OpAczw59lnyindp8LKmBd+jwgI=";
+  vendorHash = "sha256-60edYYhbSPiJWmuQXXEt+xCnSxsHf8Q38RgyWwdP6vQ=";
 
   nativeBuildInputs = [ installShellFiles ];