hostapd: 2.4 -> v2.5, fixes #17164

This commit is contained in:
Matthew Robbetts 2016-07-21 17:44:17 -07:00 committed by Rok Garbas
parent 44c5b729b8
commit e434ce8f49

View File

@ -3,11 +3,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "hostapd-${version}";
version = "2.4";
version = "2.5";
src = fetchurl {
url = "http://hostap.epitest.fi/releases/${name}.tar.gz";
sha256 = "0zv5pnfrp6z7jjbskzgdb2rlmlbvdxmmis7ca94x5jy9s5mypq3g";
sha256 = "0jn77r39ysshkzihv5rjbdajqazci59v2yab4rn05my09najs9wf";
};
nativeBuildInputs = [ pkgconfig ];