awscli2: 2.26.4 -> 2.27.2

This commit is contained in:
R. Ryantm 2025-04-26 08:01:08 +00:00
parent 8209ee5677
commit c49a8611ae

View file

@ -64,14 +64,14 @@ let
in in
py.pkgs.buildPythonApplication rec { py.pkgs.buildPythonApplication rec {
pname = "awscli2"; 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; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "aws"; owner = "aws";
repo = "aws-cli"; repo = "aws-cli";
tag = version; tag = version;
hash = "sha256-QpN4VdRUzWlb0bN8pTbvfZMbCvYwqKJgpPh5UdykzFg="; hash = "sha256-rdgjA6t5L4mNKnyRyNdIyzX6fjMUgbD0YCjresK94Dg=";
}; };
postPatch = '' postPatch = ''