Merge pull request #273913 from r-ryantm/auto-update/awscli2
awscli2: 2.14.2 -> 2.15.0
This commit is contained in:
commit
50a4a5871f
1 changed files with 2 additions and 2 deletions
|
@ -41,14 +41,14 @@ let
|
|||
in
|
||||
with py.pkgs; buildPythonApplication rec {
|
||||
pname = "awscli2";
|
||||
version = "2.14.2"; # N.B: if you change this, check if overrides are still up-to-date
|
||||
version = "2.15.0"; # 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-ECP22D4lQzJ/13/oXkOgn97EhRRuXv4vW0FtlwugrNs=";
|
||||
hash = "sha256-02KGaYMVlNFPhWBhRIgwhm7FcwT7cBxKv6HDXjqpn5s=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue