Merge pull request #67176 from r-ryantm/auto-update/wpa_supplicant
wpa_supplicant: 2.8 -> 2.9
This commit is contained in:
commit
079a37362d
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
|||
|
||||
with stdenv.lib;
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.8";
|
||||
version = "2.9";
|
||||
|
||||
name = "wpa_supplicant-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://w1.fi/releases/${name}.tar.gz";
|
||||
sha256 = "15ixzm347n8w6gdvi3j3yks3i15qmp6by9ayvswm34d929m372d6";
|
||||
sha256 = "05qzak1mssnxcgdrafifxh9w86a4ha69qabkg4bsigk499xyxggw";
|
||||
};
|
||||
|
||||
# TODO: Patch epoll so that the dbus actually responds
|
||||
|
|
Loading…
Reference in a new issue