iproute2: 6.10.0 -> 6.11.0

Changes: https://lore.kernel.org/netdev/20240915201831.164de47e@hermes.local/T/
This commit is contained in:
Sergei Trofimovich
2024-09-17 07:00:20 +01:00
parent 02b583705c
commit ee5127c6df
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "6.10.0";
version = "6.11.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-kaYvgnN7RJBaAPqAM2nER9VJ6RTpoqQBj911sdVOjc4=";
hash = "sha256-H3lTmKBK6qzQao9qziz9kTwz+llTypnaroO7XFNGEcM=";
};
postPatch = ''