Merge pull request #67176 from r-ryantm/auto-update/wpa_supplicant

wpa_supplicant: 2.8 -> 2.9
This commit is contained in:
Marek Mahut 2019-08-21 21:12:52 +02:00 committed by GitHub
commit 079a37362d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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