Merge pull request #3507 from jochu/nix-update-nzbget

Update nzbget (13.0) and libpar2 (0.4)
This commit is contained in:
Eelco Dolstra
2014-08-09 19:19:52 +02:00
3 changed files with 25 additions and 5 deletions

View File

@@ -2,11 +2,11 @@
, gnutls, libgcrypt }:
stdenv.mkDerivation rec {
name = "nzbget-9.0";
name = "nzbget-13.0";
src = fetchurl {
url = "mirror://sourceforge/nzbget/${name}.tar.gz";
sha256 = "1r4ys5nmcz1ilkdjdh3r8lawaf96i8spk6hl02h823q9rppvmya0";
sha256 = "13lgwwrdv6ds25kj6hj0b5laqaf739n7l3j530x3640zyd254vv6";
};
buildInputs = [ pkgconfig libxml2 ncurses libsigcxx libpar2 gnutls libgcrypt ];