summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-12 19:08:54 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-12 19:08:54 +0100
commit91e11f8f224d0112fe1e65a20a9e614ad0960c7a (patch)
treef3a937367b7f44b1f18f286a0432e0cc73136096
parent704c5f091246b6d8773e12a491266ce895085b47 (diff)
downloadnixpkgs-91e11f8f224d0112fe1e65a20a9e614ad0960c7a.tar
nixpkgs-91e11f8f224d0112fe1e65a20a9e614ad0960c7a.tar.gz
nixpkgs-91e11f8f224d0112fe1e65a20a9e614ad0960c7a.tar.bz2
nixpkgs-91e11f8f224d0112fe1e65a20a9e614ad0960c7a.tar.lz
nixpkgs-91e11f8f224d0112fe1e65a20a9e614ad0960c7a.tar.xz
nixpkgs-91e11f8f224d0112fe1e65a20a9e614ad0960c7a.tar.zst
nixpkgs-91e11f8f224d0112fe1e65a20a9e614ad0960c7a.zip
awscli: 1.27.40 -> 1.27.79
Upgrade to match with botocore version.
-rw-r--r--pkgs/tools/admin/awscli/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/awscli/default.nix b/pkgs/tools/admin/awscli/default.nix
index 04c87d780cb..f440aa17b46 100644
--- a/pkgs/tools/admin/awscli/default.nix
+++ b/pkgs/tools/admin/awscli/default.nix
@@ -28,11 +28,11 @@ let
 in
 with py.pkgs; buildPythonApplication rec {
   pname = "awscli";
-  version = "1.27.40"; # N.B: if you change this, change botocore and boto3 to a matching version too
+  version = "1.27.79"; # N.B: if you change this, change botocore and boto3 to a matching version too
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-xP+ugapi6KJE+UokGKmG67ze5dH6nJuJk7BjIr6dtTE=";
+    hash = "sha256-A3MVM5MV+PTwR4W2ALrqEtMaFtVAEt8yqkd4ZLsvHGE=";
   };
 
   # https://github.com/aws/aws-cli/issues/4837