mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
nzbget: 16.2 -> 16.3
This commit is contained in:
parent
261791992c
commit
248560e593
@ -3,11 +3,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nzbget-${version}";
|
||||
version = "16.2";
|
||||
version = "16.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://github.com/nzbget/nzbget/releases/download/v${version}/${name}-src.tar.gz";
|
||||
sha256 = "19ww3cf1qvivdj2pk676g9gwvfkj5gasvwqnbisx9ihss4bmdx9r";
|
||||
sha256 = "03xzrvgqh90wx183sjrcyn7yilip92g2x5wffnw956ywxb3nsy2g";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libxml2 ncurses libsigcxx libpar2 gnutls
|
||||
|
Loading…
Reference in New Issue
Block a user