radvd: 2.15 -> 2.16

This commit is contained in:
Robin Gloster 2017-02-02 19:27:12 +01:00
parent 72e2de3a07
commit 0e0f0d0478
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "radvd-${version}";
version = "2.15";
version = "2.16";
src = fetchurl {
url = "http://www.litech.org/radvd/dist/${name}.tar.xz";
sha256 = "09spyj4f05rjx21v8vmyqmmj0fz1wx810s63md1vf05hyzd0v8dk";
sha256 = "1s3aqgn3db0wb4920b0mrvwb5isgijlb6izb1wliqhhashwffz1i";
};
nativeBuildInputs = [ pkgconfig bison flex check ];