awscli2: 2.13.3 -> 2.13.5

This commit is contained in:
R. Ryantm 2023-07-30 11:38:30 +00:00
parent 4b4b4cf51b
commit 25100a4aae

View file

@ -18,14 +18,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.13.3"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.13.5"; # 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-+2+7eoe9cNBe9IjfAkAH6vXZ071k59keqFwo9M6tl9s=";
hash = "sha256-gtzRHNEReCKzGDdiwS5kngcJYp5oAHmhnOPl/uTyxvU=";
};
postPatch = ''