libndp: 1.5 -> 1.6 (security)

Fix CVE-2016-3698.

See https://lwn.net/Articles/688591/.
This commit is contained in:
Franz Pletz 2016-05-26 17:04:00 +02:00
parent be6710d029
commit 28395e85da

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "libndp-1.5";
name = "libndp-1.6";
src = fetchurl {
url = "http://libndp.org/files/${name}.tar.gz";
sha256 = "15f743hjc7yy2sv3hzvfc27s1gny4mh5aww59vn195fff2midwgs";
sha256 = "03mczwrxqbp54msafxzzyhaazkvjdwm2kipjkrb5xg8kw22glz8c";
};
meta = with stdenv.lib; {
@ -16,4 +16,4 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21;
};
}
}