about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-22 06:15:55 +0100
committerGitHub <noreply@github.com>2024-03-22 06:15:55 +0100
commit4f113a9ef814d79300072213ec93ac8e484437dc (patch)
tree5ff41fbe3339679ee8d490ddc61f9d52f4b50640
parent50dc3c6e0dc904b9599b7bb70664c05e3bc7e75b (diff)
parent3f285dd993f30d3ac09724971edb350e6a9357df (diff)
Merge pull request #297888 from r-ryantm/auto-update/copilot-cli
copilot-cli: 1.33.1 -> 1.33.2
-rw-r--r--pkgs/tools/admin/copilot-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/copilot-cli/default.nix b/pkgs/tools/admin/copilot-cli/default.nix
index 64fc1b20920ba..4664c60694d38 100644
--- a/pkgs/tools/admin/copilot-cli/default.nix
+++ b/pkgs/tools/admin/copilot-cli/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "copilot-cli";
-  version = "1.33.1";
+  version = "1.33.2";
 
   src = fetchFromGitHub {
     owner = "aws";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-/xuS5tJBV67gXGHQ93FpMXMLXnhAgnicQnKx/pnwyAM=";
+    hash = "sha256-+1ri9l6ngNIMFYg+n0wDluqZ6/Zl3it4yPOBglk/0JU=";
   };
 
-  vendorHash = "sha256-ekAuvvLxk9cwIuElosc6QbsW7+3f/mO8vsA74DA82D0=";
+  vendorHash = "sha256-HoiBg32L+aRsdDXFOvwZFURV2RttLIGuOOjB8lcYGXU=";
 
   nativeBuildInputs = [ installShellFiles ];