sabnzbd: 4.2.3 -> 4.3.0

This commit is contained in:
R. Ryantm 2024-05-02 01:25:01 +00:00 committed by Adam Stephens
parent 6b39739b77
commit 9df673937a
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View file

@ -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 ];

View file

@ -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 { };