Commit a2113465 authored by R. RyanTM's avatar R. RyanTM
Browse files

flexget: 3.15.19 -> 3.15.25

parent 573c650e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "flexget";
  version = "3.15.19";
  version = "3.15.25";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Flexget";
    repo = "Flexget";
    tag = "v${version}";
    hash = "sha256-4YfBTlmwWFfSMjFA2FIRB6gNQ+BNKQNZIWmzageV1RM=";
    hash = "sha256-7+QSt+W6M3AjF3eLq1aqZPyQs2LrZD0RlVTBTUJngAc=";
  };

  pythonRelaxDeps = true;