iw: 5.3 -> 5.4

This commit is contained in:
Will Dietz 2019-12-05 17:27:42 -06:00
parent 7132e6b573
commit 04cf547b2d
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "iw";
version = "5.3";
version = "5.4";
src = fetchurl {
url = "https://www.kernel.org/pub/software/network/${pname}/${pname}-${version}.tar.xz";
sha256 = "1m85ap8hwzfs7xf9r0v5d55ra4mhw45f6vclc7j6gsldpibyibq4";
sha256 = "0prrgb11pjrr6dw71v7nx2bic127qzrjifvz183v3mw8f1kryim2";
};
nativeBuildInputs = [ pkgconfig ];