wpa_supplicant: 2.8 -> 2.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wpa_supplicant/versions
This commit is contained in:
parent
ffbb4d26f9
commit
a5f2040b0d
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.8";
|
version = "2.9";
|
||||||
|
|
||||||
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 = "15ixzm347n8w6gdvi3j3yks3i15qmp6by9ayvswm34d929m372d6";
|
sha256 = "05qzak1mssnxcgdrafifxh9w86a4ha69qabkg4bsigk499xyxggw";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: Patch epoll so that the dbus actually responds
|
# TODO: Patch epoll so that the dbus actually responds
|
||||||
|
Loading…
x
Reference in New Issue
Block a user