Merge pull request #1817 from wkennington/cache.wpasupplicant

wpa_supplicant: Update 2.0 -> 2.1
This commit is contained in:
Domen Kožar 2014-03-07 13:20:39 +01:00
commit 339651b855
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
assert readlineSupport -> readline != null; assert readlineSupport -> readline != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.0"; version = "2.1";
name = "wpa_supplicant-${version}"; name = "wpa_supplicant-${version}";
src = fetchurl { src = fetchurl {
url = "http://hostap.epitest.fi/releases/${name}.tar.gz"; url = "http://hostap.epitest.fi/releases/${name}.tar.gz";
sha256 = "02cy6wrs4nzm7wbq9mc1vby8lnj58k4sb10h718ks8mmzc4mc49c"; sha256 = "0xxjw7lslvql1ykfbwmbhdrnjsjljf59fbwf837418s97dz2wqwi";
}; };
extraConfig = extraConfig =