iproute2: 6.6.0 -> 6.7.0

Changes: https://lore.kernel.org/netdev/20240108094709.050e22bc@hermes.local/T/
This commit is contained in:
Sergei Trofimovich 2024-01-09 17:09:12 +00:00
parent d8364a95c7
commit 88d193f8f5

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "6.6.0";
version = "6.7.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-hzjIBK/Qnwv3VpN/DD3iMReDKpjYy79QOGz1AFzWE84=";
hash = "sha256-/5Qt2YKNfR+Gf2H+cs5DMHjDHl2OSnjiDwLLWJLohB0=";
};
postPatch = ''