Merge pull request #258918 from r-ryantm/auto-update/sabnzbd

sabnzbd: 4.0.3 -> 4.1.0

authored by Weijia Wang and committed by GitHub aeb18cc5 ff4d2a30

+2 -2
+2 -2
pkgs/servers/sabnzbd/default.nix
··· 47 47 ]); 48 48 path = lib.makeBinPath [ coreutils par2cmdline unrar unzip p7zip util-linux ]; 49 49 in stdenv.mkDerivation rec { 50 - version = "4.0.3"; 50 + version = "4.1.0"; 51 51 pname = "sabnzbd"; 52 52 53 53 src = fetchFromGitHub { 54 54 owner = pname; 55 55 repo = pname; 56 56 rev = version; 57 - sha256 = "sha256-6d/UGFuySgKvpqhGjzl007GS9yMgfgI3YwTxkxsCzew="; 57 + sha256 = "sha256-FN2BKvO9ToTvGdYqgv0wMSPgshMrVybDs9wsBo8MkII="; 58 58 }; 59 59 60 60 nativeBuildInputs = [ makeWrapper ];