mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
wpa_supplicant upgraded to 0.5.8
svn path=/nixpkgs/branches/stdenv-updates/; revision=9731
This commit is contained in:
parent
7ef042608d
commit
c42b3b374e
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, openssl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "wpa_supplicant-0.5.7";
|
||||
name = "wpa_supplicant-0.5.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://hostap.epitest.fi/releases/wpa_supplicant-0.5.7.tar.gz;
|
||||
sha256 = "0mvb2fpvn7qdjinpn86hvmhfwg2ax1822hdkfrw25wx5dglqns6g";
|
||||
url = http://hostap.epitest.fi/releases/wpa_supplicant-0.5.8.tar.gz;
|
||||
sha256 = "1w37bm42gh1k0v3r8cdmyrvf5rk5fyz9bvsp10w2cvgrwgi5b5rg";
|
||||
};
|
||||
|
||||
preBuild = "
|
||||
|
|
Loading…
Reference in a new issue