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

awscli2: 2.17.56 -> 2.17.64 (#346014)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-05 19:45:03 +00:00 committed by GitHub
commit b8a5117271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,14 +62,14 @@ let
in
py.pkgs.buildPythonApplication rec {
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;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = "refs/tags/${version}";
hash = "sha256-h82g99+3TsMa5yyzt7A1q3m2vO34rJlhmOlXx6jqmUk=";
hash = "sha256-Hq86KhAIATSz3dF1zO6aSdZQAfLs4EcRqWglAOJUVGk=";
};
patches = [ ];