* Updated wpa_supplicant to 0.7.2.

svn path=/nixpkgs/trunk/; revision=21200
This commit is contained in:
Eelco Dolstra 2010-04-21 11:37:15 +00:00
parent b86fd1a1ec
commit 9e9f8e45b3
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{stdenv, fetchurl, openssl, qt4 ? null}:
stdenv.mkDerivation rec {
name = "wpa_supplicant-0.7.0";
name = "wpa_supplicant-0.7.2";
src = fetchurl {
url = "http://hostap.epitest.fi/releases/${name}.tar.gz";
sha256 = "08aynxk842vg4if28ydza3mwkx2nvk9gw2vkbdlfn88vi1wgcd4x";
sha256 = "1gnwhnczli50gidsq22ya68hixmdrhd1sxw202ygihvg6xsjl06z";
};
preBuild = ''