Merge pull request #199554 from r-ryantm/auto-update/awscli2

awscli2: 2.8.8 -> 2.8.9
This commit is contained in:
Mario Rodas 2022-11-05 01:30:49 -05:00 committed by GitHub
commit 3bacde6273
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,14 +32,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.8.8"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.8.9"; # N.B: if you change this, check if overrides are still up-to-date
format = "pyproject";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-cli";
rev = version;
sha256 = "sha256-F8FqsLh+KU6YR1BsE1+UPOsLkr7ie10kXCYJS0DfDCQ=";
sha256 = "sha256-7So0zPknO5rIiWY7o82HXl+Iw2+fQmhYvrfrFMCDdDE=";
};
nativeBuildInputs = [