Unverified Commit 9649273e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

awsebcli: 3.25.1 -> 3.25.2 (#457196)

parents 69981fe5 6b79c98c
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.25.1";
  version = "3.25.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aws";
    repo = "aws-elastic-beanstalk-cli";
    tag = version;
    hash = "sha256-objIzpYMyuFjEc85H9dXhQez3MZfNu3lWSWm6+E2iJs=";
    hash = "sha256-6PeOn0owjEjTWdEwgXILiGq+6T5GBBc61viiG5GNeYo=";
  };

  pythonRelaxDeps = [