forked from mirrors/nixpkgs
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.mkDerivation {
|
||||
name = "iw-3.6";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "iw-3.10";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://wireless.kernel.org/download/iw/iw-3.6.tar.bz2;
|
||||
sha256 = "0my8nv6liya0b15nqn8wq2kxwjy7x6k65a9x1121zwqxq5m064fz";
|
||||
url = "https://www.kernel.org/pub/software/network/iw/${name}.tar.xz";
|
||||
sha256 = "1sagsrl2s0d3ar3q2yc5qxk2d47zgn551akwcs9f4a5prw9f4vj5";
|
||||
};
|
||||
|
||||
buildInputs = [ libnl pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue