iw: update to 3.10.
The newer, the better.
This commit is contained in:
parent
9ebb5ad7a6
commit
ed4f1c947f
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, libnl, pkgconfig}:
|
{stdenv, fetchurl, libnl, pkgconfig}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "iw-3.6";
|
name = "iw-3.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://wireless.kernel.org/download/iw/iw-3.6.tar.bz2;
|
url = "https://www.kernel.org/pub/software/network/iw/${name}.tar.xz";
|
||||||
sha256 = "0my8nv6liya0b15nqn8wq2kxwjy7x6k65a9x1121zwqxq5m064fz";
|
sha256 = "1sagsrl2s0d3ar3q2yc5qxk2d47zgn551akwcs9f4a5prw9f4vj5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libnl pkgconfig ];
|
buildInputs = [ libnl pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user