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

sabnzbd: 3.7.1 -> 3.7.2
This commit is contained in:
Weijia Wang
2023-02-07 12:10:59 +01:00
committed by GitHub
+2 -2
View File
@@ -24,14 +24,14 @@ let
]);
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
in stdenv.mkDerivation rec {
version = "3.7.1";
version = "3.7.2";
pname = "sabnzbd";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-Zzqqh/3ijOTVVm5ksmsHY4LOL034VXHeZ7XsEg8cxY0=";
sha256 = "sha256-1gGvdc6TJrkFIrN+TUL/7EejApgpgAQxnQbp8RMknHQ=";
};
nativeBuildInputs = [ makeWrapper ];