awsebcli: 3.22 -> 3.23.2 (#401070)

This commit is contained in:
Gaétan Lepage
2025-04-24 11:57:25 +02:00
committed by GitHub
+2 -2
View File
@@ -25,14 +25,14 @@ in
python.pkgs.buildPythonApplication rec {
pname = "awsebcli";
version = "3.22";
version = "3.23.2";
pyproject = true;
src = fetchFromGitHub {
owner = "aws";
repo = "aws-elastic-beanstalk-cli";
tag = version;
hash = "sha256-I85VteUjPPWRixXC1mEiMmk46mYPzQJoaYcHV8ztMU4=";
hash = "sha256-nZP3eepp3hUT2hCxz75vTP1N2akOZPQhyFRN6ecJvU4=";
};
pythonRelaxDeps = [