nzbget: 17.1 -> 18.0
This commit is contained in:
parent
6edbf0ffa6
commit
b508c1b792
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nzbget-${version}";
|
name = "nzbget-${version}";
|
||||||
version = "17.1";
|
version = "18.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://github.com/nzbget/nzbget/releases/download/v${version}/nzbget-${version}-src.tar.gz";
|
url = "http://github.com/nzbget/nzbget/releases/download/v${version}/nzbget-${version}-src.tar.gz";
|
||||||
sha256 = "0fcw43bigjmgxcz1jvqpd01sz4vciqsm311cbfv9lvmvv40gag2b";
|
sha256 = "0nzm2qbhwrbq02ynfl2vgs6k58bk5fk45d3547a4g1lqhri3dijb";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libxml2 ncurses libsigcxx libpar2 gnutls
|
buildInputs = [ pkgconfig libxml2 ncurses libsigcxx libpar2 gnutls
|
||||||
|
|
Loading…
Reference in a new issue