Merge pull request #248093 from r-ryantm/auto-update/awscli2

awscli2: 2.13.5 -> 2.13.7
This commit is contained in:
Weijia Wang
2023-08-13 15:43:33 +02:00
committed by GitHub
+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 = [