Skip to content

Commit 30a7bc1

Browse files
authored
awsebcli: 3.22 -> 3.23.2 (#401070)
2 parents 851112e + b6720ec commit 30a7bc1

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)