awscli2: 2.13.5 -> 2.13.7

This commit is contained in:
R. Ryantm
2023-08-09 06:05:21 +00:00
parent 7c68941104
commit 75bbe5b0de
+2 -2
View File
@@ -24,14 +24,14 @@ let
in
with py.pkgs; buildPythonApplication rec {
pname = "awscli2";
version = "2.13.5"; # N.B: if you change this, check if overrides are still up-to-date
version = "2.13.7"; # 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-gtzRHNEReCKzGDdiwS5kngcJYp5oAHmhnOPl/uTyxvU=";
hash = "sha256-SQ9ggHSpQioptic5qjrhCB63t9pld7KGAeCNtq4OJyQ=";
};
patches = [