lol

awscli: 1.19.88 -> 1.19.97

authored by

Robert Schütz and committed by
Martin Weinelt
5332ceaf ae757c39

+2 -2
+2 -2
pkgs/tools/admin/awscli/default.nix
··· 21 21 in 22 22 with py.pkgs; buildPythonApplication rec { 23 23 pname = "awscli"; 24 - version = "1.19.88"; # N.B: if you change this, change botocore and boto3 to a matching version too 24 + version = "1.19.97"; # N.B: if you change this, change botocore and boto3 to a matching version too 25 25 26 26 src = fetchPypi { 27 27 inherit pname version; 28 - sha256 = "sha256-LfWSE3dDTJ0BHcaaY49Nd9RAZgj5b++NFeYhkIfwQX0="; 28 + sha256 = "sha256-kecuyQMk4GWH9G0/f4Gi/hWtW4Zme9Q4i7XclcZTlNc="; 29 29 }; 30 30 31 31 # https://github.com/aws/aws-cli/issues/4837