iproute: 5.17.0 -> 5.18.0

changes: https://lore.kernel.org/lkml/20220526165004.69f0dfba@hermes.local/T/
This commit is contained in:
Sergei Trofimovich 2022-06-19 08:55:48 +01:00
parent 05f221fbe3
commit 98d99554a8

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "5.17.0";
version = "5.18.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
sha256 = "bjhPG0LHXhqdqsV4Zto33P+QkJC6huslpudk2niTZg4=";
sha256 = "W6PUZNUcjCg1UNUH/6w9EPeuxYe3xmsMy2lQZDZGOJ4=";
};
patches = [