nzbget: 15.0 -> 16.2
This commit is contained in:
parent
21bec67a17
commit
e2cdc35989
@ -1,15 +1,13 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libxml2, ncurses, libsigcxx, libpar2
|
||||
, gnutls, libgcrypt, zlib }:
|
||||
|
||||
let
|
||||
version = "15.0";
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nzbget-${version}";
|
||||
version = "16.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://github.com/nzbget/nzbget/releases/download/v${version}/${name}-src.tar.gz";
|
||||
sha256 = "02nclq97gqr4zwww4j1l9sds2rwrwwvwvh2gkjhwvr0pb4z3zw9y";
|
||||
sha256 = "19ww3cf1qvivdj2pk676g9gwvfkj5gasvwqnbisx9ihss4bmdx9r";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libxml2 ncurses libsigcxx libpar2 gnutls
|
||||
|
Loading…
x
Reference in New Issue
Block a user