awsebcli: 3.25 -> 3.25.1 (#447590)

This commit is contained in:
Gaétan Lepage
2025-10-03 20:05:24 +00:00
committed by GitHub
+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 = [