Unverified Commit d6cbb604 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

awsebcli: 3.24.1 -> 3.25 (#423746)

parents 25b52347 4b8e4ea3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@ in

python.pkgs.buildPythonApplication rec {
  pname = "awsebcli";
  version = "3.24.1";
  version = "3.25";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "aws-elastic-beanstalk-cli";
    tag = version;
    hash = "sha256-t6dqiC9zY3Apcc4F/x5c/QhsNKGBZxIY20a50wCEER8=";
    hash = "sha256-RqUVG4aIZDAVuKcT41ODKkyEidmschcFaY24P1CjosU=";
  };

  pythonRelaxDeps = [