Skip to content

Commit

Permalink
awscli: 1.33.11 -> 1.33.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Aug 9, 2024
1 parent 47ceed4 commit c7268a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/awscli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ let
pname = "awscli";
# N.B: if you change this, change botocore and boto3 to a matching version too
# check e.g. https://github.com/aws/aws-cli/blob/1.33.21/setup.py
version = "1.33.11";
version = "1.33.13";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-Q8qtGChOnscOm7m3s7bWwUFmrUwMua9N6uz1Lyc8QIY=";
hash = "sha256-utRALEoP+CWlmkPnbgByFSSX9Nr39iyTdv5uABT6Kps=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit c7268a2

Please sign in to comment.