awsebcli: 3.20.10 -> 3.21

Changelog: https://github.com/aws/aws-elastic-beanstalk-cli/releases/tag/3.21
This commit is contained in:
Kirill Radzikhovskyy 2024-09-18 07:35:19 +10:00
parent db17bcfde1
commit 9296a38e38

View File

@ -21,14 +21,14 @@ in
localPython.pkgs.buildPythonApplication rec {
pname = "awsebcli";
version = "3.20.10";
version = "3.21";
format = "setuptools";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-elastic-beanstalk-cli";
rev = "refs/tags/${version}";
hash = "sha256-4JZx0iTMyrPHbuS3zlhpiWnenAQO5eSBJbPHUizLhYo=";
hash = "sha256-VU8bXvS4m4eIamjlgGmHE2qwDXWAXvWTa0QHomXR5ZE=";
};
postPatch = ''