Unverified Commit 9ba8f9c6 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

flexget: 3.3.15 -> 3.3.16
parents 80170ef3 910932a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3Packages.buildPythonApplication rec {
  pname = "flexget";
  version = "3.3.15";
  version = "3.3.16";

  # Fetch from GitHub in order to use `requirements.in`
  src = fetchFromGitHub {
    owner = "flexget";
    repo = "flexget";
    rev = "refs/tags/v${version}";
    hash = "sha256-SNAhuiUO8f92LAdnV9q04xK4yT+AVAS+YAHPPtHdMYI=";
    hash = "sha256-XN5KJ9GgFSDMYd6n9Mt3UARsa/ZAB61DBGMRvFz/NVA=";
  };

  postPatch = ''