iw: 6.7 -> 6.9

This commit is contained in:
R. Ryantm 2024-06-13 09:41:49 +00:00
parent 226ccf15c3
commit 5291d9f5d9

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "iw";
version = "6.7";
version = "6.9";
src = fetchurl {
url = "https://www.kernel.org/pub/software/network/iw/iw-${finalAttrs.version}.tar.xz";
hash = "sha256-qs9JwmaynVANcwhnmKHGUudgwZEmqFmf2BGFBDB4mjU=";
hash = "sha256-Py2yKtQcZ1JCuYrjlC2/MRJUjGCkL/c5IQ8t5OmOSJQ=";
};
nativeBuildInputs = [ pkg-config ];