Skip to content

Commit b6720ec

Browse files
committed
awsebcli: 3.22 -> 3.23.2
diff: aws/aws-elastic-beanstalk-cli@3.22...3.23.2
1 parent 7636fe3 commit b6720ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/aw/awsebcli/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ in
2525

2626
python.pkgs.buildPythonApplication rec {
2727
pname = "awsebcli";
28-
version = "3.22";
28+
version = "3.23.2";
2929
pyproject = true;
3030

3131
src = fetchFromGitHub {
3232
owner = "aws";
3333
repo = "aws-elastic-beanstalk-cli";
3434
tag = version;
35-
hash = "sha256-I85VteUjPPWRixXC1mEiMmk46mYPzQJoaYcHV8ztMU4=";
35+
hash = "sha256-nZP3eepp3hUT2hCxz75vTP1N2akOZPQhyFRN6ecJvU4=";
3636
};
3737

3838
pythonRelaxDeps = [

0 commit comments

Comments
 (0)