awsebcli: 3.25.1 -> 3.25.2 (#457196)

This commit is contained in:
Gaétan Lepage
2025-11-03 12:30:04 +00:00
committed by GitHub
+2 -2
View File
@@ -25,14 +25,14 @@ in
python.pkgs.buildPythonApplication rec {
pname = "awsebcli";
version = "3.25.1";
version = "3.25.2";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-elastic-beanstalk-cli";
tag = version;
hash = "sha256-objIzpYMyuFjEc85H9dXhQez3MZfNu3lWSWm6+E2iJs=";
hash = "sha256-6PeOn0owjEjTWdEwgXILiGq+6T5GBBc61viiG5GNeYo=";
};
pythonRelaxDeps = [