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

sabnzbd: 4.0.3 -> 4.1.0
This commit is contained in:
Weijia Wang
2023-10-04 16:09:16 +02:00
committed by GitHub
+2 -2
View File
@@ -47,14 +47,14 @@ let
]);
path = lib.makeBinPath [ coreutils par2cmdline unrar unzip p7zip util-linux ];
in stdenv.mkDerivation rec {
version = "4.0.3";
version = "4.1.0";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-6d/UGFuySgKvpqhGjzl007GS9yMgfgI3YwTxkxsCzew=";
sha256 = "sha256-FN2BKvO9ToTvGdYqgv0wMSPgshMrVybDs9wsBo8MkII=";
};
nativeBuildInputs = [ makeWrapper ];