about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-12-29 09:54:52 -0500
committerTim Steinbach <tim@nequissimus.com>2020-12-29 10:11:56 -0500
commit42900ac65d3268006f07e34257c805bebf53329c (patch)
treed0a39ce2855d0994ec7108c8085828022502b422 /pkgs
parent3a62e050278efea2bf8c99fac445af6e6f512271 (diff)
awscli: 1.18.203 -> 1.18.204
Diffstat (limited to 'pkgs')
-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 4f28a6d744b1c..9c7f9936e5924 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.18.203"; # N.B: if you change this, change botocore to a matching version too
+  version = "1.18.204"; # N.B: if you change this, change botocore to a matching version too
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-afcXbYKRc9w0Zbuyg/bDA/J/lHm4N4FttUgGk4h4H4k=";
+    sha256 = "sha256-YAyqRJbETCagcME63dt5b9WDRj6tq8Gdwk6qyAd86lE=";
   };
 
   postPatch = ''