Skip to content

Commit b4c59d6

Browse files
committed
awscli: 1.18.199 -> 1.18.200
1 parent ff6ef5b commit b4c59d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/admin/awscli/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ let
2828

2929
in with py.pkgs; buildPythonApplication rec {
3030
pname = "awscli";
31-
version = "1.18.199"; # N.B: if you change this, change botocore to a matching version too
31+
version = "1.18.200"; # N.B: if you change this, change botocore to a matching version too
3232

3333
src = fetchPypi {
3434
inherit pname version;
35-
sha256 = "09ncnglxy3ph0i4zh93cxgwsxy3hgsy6pvnln1845p2nwvjsw434";
35+
sha256 = "sha256-UgG9fY7WqHMHpJYXQ7VEkiv9htcqP36OVXlE95eWsZg=";
3636
};
3737

3838
postPatch = ''

0 commit comments

Comments
 (0)