3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #60053 from dtzWill/update/hostapd-2.8

hostapd: 2.7 -> 2.8
This commit is contained in:
Will Dietz 2019-05-21 03:12:52 -05:00 committed by GitHub
commit 64248ab967
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "hostapd-${version}";
version = "2.7";
version = "2.8";
src = fetchurl {
url = "https://w1.fi/releases/${name}.tar.gz";
sha256 = "0hd181sghdk944hxd7d41s7zhqd4dmsbkxipjj27bgisrjixvc11";
sha256 = "1c74rrazkhy4lr7pwgwa2igzca7h9l4brrs7672kiv7fwqmm57wj";
};
nativeBuildInputs = [ pkgconfig ];