mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
awscli2: 2.13.2 -> 2.13.3
Diff: https://github.com/aws/aws-cli/compare/2.13.2...2.13.3 Changelog: https://github.com/aws/aws-cli/blob/2.13.3/CHANGELOG.rst
This commit is contained in:
parent
5e17b5adf1
commit
1dd25eb1c4
@ -18,14 +18,14 @@ let
|
||||
in
|
||||
with py.pkgs; buildPythonApplication rec {
|
||||
pname = "awscli2";
|
||||
version = "2.13.2"; # N.B: if you change this, check if overrides are still up-to-date
|
||||
version = "2.13.3"; # 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-QCpl6OjFTNFjnM5tdzr87PqVWRqYXWJOiqwztZGHu80=";
|
||||
hash = "sha256-+2+7eoe9cNBe9IjfAkAH6vXZ071k59keqFwo9M6tl9s=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user