iproute2: 7.0.0 -> 7.1.0

Changes: https://lore.kernel.org/netdev/20260615160636.412a064e@phoenix.local/
This commit is contained in:
Sergei Trofimovich 2026-06-16 21:01:22 +01:00
commit ef9a5555f4

View file

@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "7.0.0";
version = "7.1.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-5iiQ97XeY8BaO/Mx3I3rTAFcM2AT80Gk7fRpaXl/L04=";
hash = "sha256-/Z+huVgJQXFXyoPdcpV+MmG9vOiWNTy5NvgK8LM6S1w=";
};
postPatch = ''