Unverified Commit 94cf70a9 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

flexget: 3.11.41 -> 3.11.42
parents 541b7d80 cf49b1b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "flexget";
  version = "3.11.41";
  version = "3.11.42";
  pyproject = true;

  # Fetch from GitHub in order to use `requirements.in`
@@ -13,7 +13,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "Flexget";
    repo = "Flexget";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZSqkD53fdDnKulVPgM9NWXVFXDR0sZ94mRyV1iKS87o=";
    hash = "sha256-wDZXSQlIE1qQz463roHp3jepSFMZGSJAPOhKpuXTmG8=";
  };

  postPatch = ''