Loading pkgs/applications/networking/flexget/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ python3Packages.buildPythonApplication rec { pname = "flexget"; version = "3.5.27"; version = "3.5.31"; format = "pyproject"; # Fetch from GitHub in order to use `requirements.in` Loading @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec { owner = "flexget"; repo = "flexget"; rev = "refs/tags/v${version}"; hash = "sha256-EeQs7WcNpnz2KrgUel9OF9pwW7WzKJrv5pvsZkV4RVg="; hash = "sha256-v6N1isaTVPwV/LC/a2lzrboLI6V/4W586RE5esfR500="; }; postPatch = '' Loading Loading @@ -70,6 +70,10 @@ python3Packages.buildPythonApplication rec { transmission-rpc ]; pythonImportsCheck = [ "flexget" ]; meta = with lib; { homepage = "https://flexget.com/"; changelog = "https://github.com/Flexget/Flexget/releases/tag/v${version}"; Loading Loading
pkgs/applications/networking/flexget/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ python3Packages.buildPythonApplication rec { pname = "flexget"; version = "3.5.27"; version = "3.5.31"; format = "pyproject"; # Fetch from GitHub in order to use `requirements.in` Loading @@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec { owner = "flexget"; repo = "flexget"; rev = "refs/tags/v${version}"; hash = "sha256-EeQs7WcNpnz2KrgUel9OF9pwW7WzKJrv5pvsZkV4RVg="; hash = "sha256-v6N1isaTVPwV/LC/a2lzrboLI6V/4W586RE5esfR500="; }; postPatch = '' Loading Loading @@ -70,6 +70,10 @@ python3Packages.buildPythonApplication rec { transmission-rpc ]; pythonImportsCheck = [ "flexget" ]; meta = with lib; { homepage = "https://flexget.com/"; changelog = "https://github.com/Flexget/Flexget/releases/tag/v${version}"; Loading