iproute2: 6.15.0 -> 6.16.0

Changes: https://lore.kernel.org/netdev/20250803143154.2d700ad4@hermes.local/
This commit is contained in:
Sergei Trofimovich
2025-08-09 22:04:03 +01:00
parent b5b18aab99
commit 43bd726e1b
+2 -2
View File
@@ -17,11 +17,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "6.15.0";
version = "6.16.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-gEGFSoglg61SY0ZnNsnIxox0saNXVKt3DSM0P5R1KPs=";
hash = "sha256-WQDMwV+aw797fq6B3rWTcSPfNemTR6fxGiKBhILwqNA=";
};
patches = [