Unverified Commit 9f8bafab authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #289017 from r-ryantm/auto-update/flexget

flexget: 3.11.17 -> 3.11.18
parents 397a5000 64e7fd68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "flexget";
  version = "3.11.17";
  version = "3.11.18";
  pyproject = true;

  # Fetch from GitHub in order to use `requirements.in`
@@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "Flexget";
    repo = "Flexget";
    rev = "refs/tags/v${version}";
    hash = "sha256-C6BVSrF6xM3tnNnGS39T57N9jB5LnOq4W1hcF99CgPk=";
    hash = "sha256-ykHBGZS/1cRBdMuZ6tz+3QY5cOBxt+Z2Dp3lKuTKj7w=";
  };

  postPatch = ''