wpa_supplicant: 2.7 -> 2.8

This commit is contained in:
Will Dietz 2019-04-22 15:34:26 -05:00
parent b0fea1dc9c
commit 1448b0583b

View File

@ -4,13 +4,13 @@
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.7"; version = "2.8";
name = "wpa_supplicant-${version}"; name = "wpa_supplicant-${version}";
src = fetchurl { src = fetchurl {
url = "https://w1.fi/releases/${name}.tar.gz"; url = "https://w1.fi/releases/${name}.tar.gz";
sha256 = "0x1hqyahq44jyla8jl6791nnwrgicrhidadikrnqxsm2nw36pskn"; sha256 = "15ixzm347n8w6gdvi3j3yks3i15qmp6by9ayvswm34d929m372d6";
}; };
# TODO: Patch epoll so that the dbus actually responds # TODO: Patch epoll so that the dbus actually responds