awscli2: 2.17.56 -> 2.17.64

This commit is contained in:
R. Ryantm 2024-10-02 21:49:42 +00:00
parent 28635028aa
commit b407b8255f

View File

@ -62,14 +62,14 @@ let
in in
py.pkgs.buildPythonApplication rec { py.pkgs.buildPythonApplication rec {
pname = "awscli2"; pname = "awscli2";
version = "2.17.56"; # N.B: if you change this, check if overrides are still up-to-date version = "2.17.64"; # 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";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-h82g99+3TsMa5yyzt7A1q3m2vO34rJlhmOlXx6jqmUk="; hash = "sha256-Hq86KhAIATSz3dF1zO6aSdZQAfLs4EcRqWglAOJUVGk=";
}; };
patches = [ ]; patches = [ ];