0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

awscli2: 2.26.4 -> 2.27.2 (#401970)

Co-authored-by: devusb <devusb@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-30 16:53:36 +00:00 committed by GitHub
commit 395178e287
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,14 +64,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "awscli2";
version = "2.26.4"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.27.2"; # N.B: if you change this, check if overrides are still up-to-date
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
tag = version;
hash = "sha256-QpN4VdRUzWlb0bN8pTbvfZMbCvYwqKJgpPh5UdykzFg=";
hash = "sha256-rdgjA6t5L4mNKnyRyNdIyzX6fjMUgbD0YCjresK94Dg=";
};
postPatch = ''