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

awscli2: 2.11.2 -> 2.11.4
This commit is contained in:
Weijia Wang 2023-03-24 01:26:31 +02:00 committed by GitHub
commit 5641672ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,14 +37,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.11.2"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.11.4"; # 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;
hash = "sha256-GFdkE+XClm0L5Y+ZSwMW8gieNoRmNL3K8kVPxpH510k=";
hash = "sha256-vue0daG+s7DdIWXZIRS7pjbQKlnxT3xZxGLTmwWWNpQ=";
};
postPatch = ''