We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6ef5b commit b4c59d6Copy full SHA for b4c59d6
1 file changed
pkgs/tools/admin/awscli/default.nix
@@ -28,11 +28,11 @@ let
28
29
in with py.pkgs; buildPythonApplication rec {
30
pname = "awscli";
31
- version = "1.18.199"; # N.B: if you change this, change botocore to a matching version too
+ version = "1.18.200"; # N.B: if you change this, change botocore to a matching version too
32
33
src = fetchPypi {
34
inherit pname version;
35
- sha256 = "09ncnglxy3ph0i4zh93cxgwsxy3hgsy6pvnln1845p2nwvjsw434";
+ sha256 = "sha256-UgG9fY7WqHMHpJYXQ7VEkiv9htcqP36OVXlE95eWsZg=";
36
};
37
38
postPatch = ''
0 commit comments