summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-03 09:31:12 +0000
committerBobby Rong <rjl931189261@126.com>2022-12-04 18:04:12 +0800
commit7f44cba24f8c64db973276bc79cc48ae28eca71f (patch)
tree9344803af31c91c296344081935cf3f1857db19e
parent7d653d402b3764c7f69788d57156ebc598fa819a (diff)
downloadnixpkgs-7f44cba24f8c64db973276bc79cc48ae28eca71f.tar
nixpkgs-7f44cba24f8c64db973276bc79cc48ae28eca71f.tar.gz
nixpkgs-7f44cba24f8c64db973276bc79cc48ae28eca71f.tar.bz2
nixpkgs-7f44cba24f8c64db973276bc79cc48ae28eca71f.tar.lz
nixpkgs-7f44cba24f8c64db973276bc79cc48ae28eca71f.tar.xz
nixpkgs-7f44cba24f8c64db973276bc79cc48ae28eca71f.tar.zst
nixpkgs-7f44cba24f8c64db973276bc79cc48ae28eca71f.zip
awscli2: 2.9.1 -> 2.9.4
-rw-r--r--pkgs/tools/admin/awscli2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/awscli2/default.nix b/pkgs/tools/admin/awscli2/default.nix
index 67c366823d2..2b82570431e 100644
--- a/pkgs/tools/admin/awscli2/default.nix
+++ b/pkgs/tools/admin/awscli2/default.nix
@@ -34,14 +34,14 @@ let
 in
 with py.pkgs; buildPythonApplication rec {
   pname = "awscli2";
-  version = "2.9.1"; # N.B: if you change this, check if overrides are still up-to-date
+  version = "2.9.4"; # N.B: if you change this, check if overrides are still up-to-date
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "aws";
     repo = "aws-cli";
     rev = version;
-    sha256 = "sha256-VK/82U+yb1KuIaAm9XuSZF55zIxvsYcIfNqVrzC6FOs=";
+    sha256 = "sha256-zmyn9hotkePRap9qVzAZi1u4YuiT+Qt+IDh7TD0Yq9A=";
   };
 
   nativeBuildInputs = [