Mario Rodas 2023-07-22 04:20:00 +00:00
parent 5e17b5adf1
commit 1dd25eb1c4

View file

@ -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 = ''