iproute2: 5.10.0 -> 5.11.0 (#114144)

"Most of the changes in this release are updates
for new functionality for Data Center Bridging (dcb) utility.
Also several updates for bridge, and devlink." [0]

[0]: https://lore.kernel.org/netdev/20210223195857.3de03c2a@hermes.local/
This commit is contained in:
Michael Weiss 2021-02-24 16:55:55 +01:00 committed by GitHub
parent 4953e793ee
commit b0c1c1b8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "5.10.0";
version = "5.11.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
sha256 = "1sakmhvh40gh4x55vzgy6cyvizqkhqalcfpvs6r0c14w62p38jm5";
sha256 = "0m2wa14rhmdb6k07minmw5lk97vz4vn56ndka5849cqjh88fmqn5";
};
preConfigure = ''