commit
4c8711f32d
@ -2,11 +2,11 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
name = "hostapd-${version}";
|
name = "hostapd-${version}";
|
||||||
version = "1.0";
|
version = "2.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://w1.fi/releases/${name}.tar.gz";
|
url = "http://hostap.epitest.fi/releases/${name}.tar.gz";
|
||||||
sha256 = "1k6z2g0g324593a7ybd76bywvj0gnf9cybqaj2sq5ks6gv5rsbh0";
|
sha256 = "262ce394b930bccc3d65fb99ee380f28d36444978f524c845a98e8e29f4e9d35";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libnl openssl pkgconfig ];
|
buildInputs = [ libnl openssl pkgconfig ];
|
||||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
|||||||
preInstall = "mkdir -p $out/bin";
|
preInstall = "mkdir -p $out/bin";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://w1.fi/hostapd/;
|
homepage = http://hostap.epitest.fi;
|
||||||
description = "A user space daemon for access point and authentication servers";
|
description = "A user space daemon for access point and authentication servers";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.phreedom ];
|
maintainers = [ maintainers.phreedom ];
|
||||||
|
Loading…
Reference in New Issue
Block a user