sabnzbd: 3.4.2 -> 3.5.0
This commit is contained in:
parent
efeefb2af1
commit
bd8efc6952
1 changed files with 3 additions and 2 deletions
|
@ -20,17 +20,18 @@ let
|
|||
sabyenc3
|
||||
puremagic
|
||||
guessit
|
||||
pysocks
|
||||
]);
|
||||
path = lib.makeBinPath [ par2cmdline unrar unzip p7zip ];
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "3.4.2";
|
||||
version = "3.5.0";
|
||||
pname = "sabnzbd";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-Pl2i/k5tilPvMWLRtzZ2imOJQdZYKDAz8bt847ZAXF8=";
|
||||
sha256 = "sha256-Ay+y02kvFuwefT6f/8orClMiBK201AwSEWnPKgoeOFQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue