3
0
Fork 0
forked from mirrors/nixpkgs

sabnzbd: 3.6.1 -> 3.7.0

This commit is contained in:
Johannes Schleifenbaum 2022-11-04 12:42:08 +01:00
parent 54ccbcab4c
commit 088cd569cb
No known key found for this signature in database
GPG key ID: 059093B1A278BCD0

View file

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