sabnzbd: 3.4.0 -> 3.4.1

This commit is contained in:
Johannes Schleifenbaum 2021-09-30 09:57:40 +02:00 committed by Bjørn Forsman
parent 9f45c18515
commit daea8e9a82

View file

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