nzbget: 18.1 -> 19.0

This commit is contained in:
Pascal Wittmann 2017-07-01 10:06:10 +02:00
parent 2e78ca284e
commit fa92dd8cfc
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "nzbget-${version}";
version = "18.1";
version = "19.0";
src = fetchurl {
url = "http://github.com/nzbget/nzbget/releases/download/v${version}/nzbget-${version}-src.tar.gz";
sha256 = "069q75b0s9fzzy15m96dhn83jypgc91yx998rl0nykfcl7nzkxyx";
sha256 = "08kgi4zmh4h1pvxh8x4c3ydf9xl2s6ncm579f0wdm2zknvpf0j16";
};
nativeBuildInputs = [ pkgconfig ];