sabnzbd: 3.7.0 -> 3.7.1

This commit is contained in:
R. Ryantm 2022-12-17 23:44:29 +00:00 committed by Bjørn Forsman
parent 1cf5763d1c
commit ca058e37a6

View File

@ -24,14 +24,14 @@ let
]);
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "3.7.0";
version = "3.7.1";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-ngsNDxK3J8acrVqxtEnfoqEOhNsQemOcuaf3ru3eQMw=";
sha256 = "sha256-Zzqqh/3ijOTVVm5ksmsHY4LOL034VXHeZ7XsEg8cxY0=";
};
nativeBuildInputs = [ makeWrapper ];