Commit 4b8e4ea3 authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files
parent bd64cb6c
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 = [