parent
6eab1065f1
commit
1fee4ce381
@ -1,11 +1,14 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libxml2, ncurses, libsigcxx, libpar2
|
{ stdenv, fetchurl, pkgconfig, libxml2, ncurses, libsigcxx, libpar2
|
||||||
, gnutls, libgcrypt, zlib }:
|
, gnutls, libgcrypt, zlib }:
|
||||||
|
|
||||||
|
let
|
||||||
|
version = "15.0";
|
||||||
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nzbget-15.0";
|
name = "nzbget-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/nzbget/${name}.tar.gz";
|
url = "http://github.com/nzbget/nzbget/releases/download/v${version}/${name}-src.tar.gz";
|
||||||
sha256 = "02nclq97gqr4zwww4j1l9sds2rwrwwvwvh2gkjhwvr0pb4z3zw9y";
|
sha256 = "02nclq97gqr4zwww4j1l9sds2rwrwwvwvh2gkjhwvr0pb4z3zw9y";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -15,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://nzbget.sourceforge.net/;
|
homepage = http://nzbget.net;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
description = "A command line tool for downloading files from news servers";
|
description = "A command line tool for downloading files from news servers";
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user