Skip to content

Commit

Permalink
Merge pull request #60053 from dtzWill/update/hostapd-2.8
Browse files Browse the repository at this point in the history
hostapd: 2.7 -> 2.8
  • Loading branch information
dtzWill committed May 21, 2019
2 parents 59ab5e0 + bc06931 commit 64248ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/hostapd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 64248ab

Please sign in to comment.