awsebcli: 3.25 -> 3.25.1

Changelog: https://github.com/aws/aws-elastic-beanstalk-cli/blob/master/CHANGES.rst#3251-2025-09-30
This commit is contained in:
Kirill Radzikhovskyy
2025-10-01 07:01:22 +10:00
parent 0d840264a8
commit 78a052dfef
+2 -2
View File
@@ -25,14 +25,14 @@ in
python.pkgs.buildPythonApplication rec {
pname = "awsebcli";
version = "3.25";
version = "3.25.1";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-elastic-beanstalk-cli";
tag = version;
hash = "sha256-RqUVG4aIZDAVuKcT41ODKkyEidmschcFaY24P1CjosU=";
hash = "sha256-objIzpYMyuFjEc85H9dXhQez3MZfNu3lWSWm6+E2iJs=";
};
pythonRelaxDeps = [