awsebcli: 3.24.1 -> 3.25 (#423746)
This commit is contained in:
commit
d6cbb604a9
@ -25,14 +25,14 @@ in
|
|||||||
|
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "awsebcli";
|
pname = "awsebcli";
|
||||||
version = "3.24.1";
|
version = "3.25";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aws";
|
owner = "aws";
|
||||||
repo = "aws-elastic-beanstalk-cli";
|
repo = "aws-elastic-beanstalk-cli";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-t6dqiC9zY3Apcc4F/x5c/QhsNKGBZxIY20a50wCEER8=";
|
hash = "sha256-RqUVG4aIZDAVuKcT41ODKkyEidmschcFaY24P1CjosU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user