sabnzbd: 4.2.3 -> 4.3.0
This commit is contained in:
parent
6b39739b77
commit
9df673937a
2 changed files with 3 additions and 4 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
let
|
||||
pythonEnv = python3.withPackages(ps: with ps; [
|
||||
apprise
|
||||
babelfish
|
||||
cffi
|
||||
chardet
|
||||
|
@ -47,14 +48,14 @@ let
|
|||
]);
|
||||
path = lib.makeBinPath [ coreutils par2cmdline-turbo unrar unzip p7zip util-linux ];
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "4.2.3";
|
||||
version = "4.3.0";
|
||||
pname = "sabnzbd";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-DM+sgrb7Zvtvp0th8GlOloSBcD8mG1RYyM91+uvCOgU=";
|
||||
sha256 = "sha256-2zRhDFKbWq4JA7XE5/VFbfkN2ZQcqcuqGD5kjHmeXUA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
|
@ -25632,8 +25632,6 @@ with pkgs;
|
|||
|
||||
asterisk-ldap = lowPrio (asterisk.override { ldapSupport = true; });
|
||||
|
||||
sabnzbd = callPackage ../servers/sabnzbd { };
|
||||
|
||||
baserow = callPackage ../servers/baserow { };
|
||||
|
||||
bftpd = callPackage ../servers/ftp/bftpd { };
|
||||
|
|
Loading…
Reference in a new issue