Loading pkgs/applications/networking/flexget/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ let in python.pkgs.buildPythonApplication rec { pname = "flexget"; version = "3.9.18"; version = "3.10.1"; format = "pyproject"; # Fetch from GitHub in order to use `requirements.in` Loading @@ -32,7 +32,7 @@ python.pkgs.buildPythonApplication rec { owner = "Flexget"; repo = "Flexget"; rev = "refs/tags/v${version}"; hash = "sha256-Wxi6+6c/PK990YCoFKBMxJbYgMkS9y46hNIlkVhjbA4="; hash = "sha256-4r+PADMUpyvWNvA7MSgjx1VcCJKrYJLyvEn9esZKCRw="; }; postPatch = '' Loading Loading
pkgs/applications/networking/flexget/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ let in python.pkgs.buildPythonApplication rec { pname = "flexget"; version = "3.9.18"; version = "3.10.1"; format = "pyproject"; # Fetch from GitHub in order to use `requirements.in` Loading @@ -32,7 +32,7 @@ python.pkgs.buildPythonApplication rec { owner = "Flexget"; repo = "Flexget"; rev = "refs/tags/v${version}"; hash = "sha256-Wxi6+6c/PK990YCoFKBMxJbYgMkS9y46hNIlkVhjbA4="; hash = "sha256-4r+PADMUpyvWNvA7MSgjx1VcCJKrYJLyvEn9esZKCRw="; }; postPatch = '' Loading