lol

iproute2: 6.0.0 -> 6.1.0 (#206932)

"Nothing major; lots of usual set of small fixes."

Changes: https://marc.info/?l=linux-netdev&m=167103481006660

authored by

clerie and committed by
GitHub
ccb3146b 6f63cf86

+2 -2
+2 -2
pkgs/os-specific/linux/iproute/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "iproute2"; 9 - version = "6.0.0"; 9 + version = "6.1.0"; 10 10 11 11 src = fetchurl { 12 12 url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz"; 13 - sha256 = "UjE56ecq7JljdPot50vkxT0t0FWJSIk00h/5e64ZWAo="; 13 + sha256 = "sha256-XOEqD+xrIScl7yGHNZQbLat2JE235yZGp2AhsFN7Q6s="; 14 14 }; 15 15 16 16 patches = [