summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-11-18 22:21:13 -0500
committerGitHub <noreply@github.com>2023-11-18 22:21:13 -0500
commit0b7787b496f7cfd5dc4ef9f36dab73d8bfd41010 (patch)
treee036b7aaada6cdc8dac2e05c2610852f3a1f5e73 /pkgs/tools
parent69a02d45a60fa1183abab323d58a1c624ad56e28 (diff)
parentc523bdc9bb7adaf063733a965063a34f0421dd07 (diff)
downloadnixpkgs-0b7787b496f7cfd5dc4ef9f36dab73d8bfd41010.tar
nixpkgs-0b7787b496f7cfd5dc4ef9f36dab73d8bfd41010.tar.gz
nixpkgs-0b7787b496f7cfd5dc4ef9f36dab73d8bfd41010.tar.bz2
nixpkgs-0b7787b496f7cfd5dc4ef9f36dab73d8bfd41010.tar.lz
nixpkgs-0b7787b496f7cfd5dc4ef9f36dab73d8bfd41010.tar.xz
nixpkgs-0b7787b496f7cfd5dc4ef9f36dab73d8bfd41010.tar.zst
nixpkgs-0b7787b496f7cfd5dc4ef9f36dab73d8bfd41010.zip
Merge pull request #268355 from r-ryantm/auto-update/copilot-cli
copilot-cli: 1.31.0 -> 1.32.0
Diffstat (limited to 'pkgs/tools')
-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 8257c7a3869..331d83292bf 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.31.0";
+  version = "1.32.0";
 
   src = fetchFromGitHub {
     owner = "aws";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-9+K1d35wghK/j4hp7tGRDvj/5s3wiwj/++wovUf6n4Q=";
+    hash = "sha256-w63mNGDUc5YrlBrqsXRyy4SPC35kNKWhiHe6Sfc30tI=";
   };
 
-  vendorHash = "sha256-qV2uZX2In+NYpzlQRuTfRtmWhozYwviVaFxMC+4kf7I=";
+  vendorHash = "sha256-8hZFsYMZQ8RxImEG2t0kfukbRjAJMEDSYF+ryLOZelc=";
 
   nativeBuildInputs = [ installShellFiles ];