iproute2: 6.15.0 -> 6.16.0 (#432353)

authored by Franz Pletz and committed by GitHub 572ed50a ec67b432

+2 -2
+2 -2
pkgs/by-name/ip/iproute2/package.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "iproute2"; 22 - version = "6.15.0"; 22 + version = "6.16.0"; 23 23 24 24 src = fetchurl { 25 25 url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz"; 26 - hash = "sha256-gEGFSoglg61SY0ZnNsnIxox0saNXVKt3DSM0P5R1KPs="; 26 + hash = "sha256-WQDMwV+aw797fq6B3rWTcSPfNemTR6fxGiKBhILwqNA="; 27 27 }; 28 28 29 29 patches = [