3
0
Fork 0
forked from mirrors/nixpkgs

nzbget: 19.1 -> 20.0

This commit is contained in:
Pascal Wittmann 2018-06-09 21:21:52 +02:00
parent bf794aaffc
commit 79511c8434
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 = "19.1";
version = "20.0";
src = fetchurl {
url = "http://github.com/nzbget/nzbget/releases/download/v${version}/nzbget-${version}-src.tar.gz";
sha256 = "1rjwv555zc2hiagf00k8l1pzav91qglsnqbqkyy3pmn2d8sl5pq6";
sha256 = "0vyhmjg3ipjlv41il6kklys3m6rhqifdkv25a7ak772l6ba3dp04";
};
nativeBuildInputs = [ pkgconfig ];