Merge pull request #280112 from Nanotwerp/sabnzbd-par2cmdline-turbo

sabnzbd: replace par2cmdline with par2cmdline-turbo
This commit is contained in:
Adam C. Stephens
2024-01-10 20:12:19 -05:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
, coreutils
, fetchFromGitHub
, python3
, par2cmdline
, par2cmdline-turbo
, unzip
, unrar
, p7zip
@@ -45,7 +45,7 @@ let
tempora
zc_lockfile
]);
path = lib.makeBinPath [ coreutils par2cmdline unrar unzip p7zip util-linux ];
path = lib.makeBinPath [ coreutils par2cmdline-turbo unrar unzip p7zip util-linux ];
in stdenv.mkDerivation rec {
version = "4.2.1";
pname = "sabnzbd";