sabnzbd: 3.4.1 -> 3.4.2

This commit is contained in:
Johannes Schleifenbaum 2021-10-15 08:44:57 +02:00 committed by Bjørn Forsman
parent daea8e9a82
commit cdaa4ce25b

View file

@ -23,14 +23,14 @@ let
]);
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "3.4.1";
version = "3.4.2";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-X+NkaNjIeIPut+o5iE8glMM9rMgV/8RJN5xReiFeIW4=";
sha256 = "sha256-Pl2i/k5tilPvMWLRtzZ2imOJQdZYKDAz8bt847ZAXF8=";
};
nativeBuildInputs = [ makeWrapper ];