Merge pull request #254534 from trofi/iproute2-update

iproute2: 6.4.0 -> 6.5.0

authored by Mario Rodas and committed by GitHub 45ed3777 769d33dd

+3 -17
+3 -17
pkgs/os-specific/linux/iproute/default.nix
··· 1 - { lib, stdenv, fetchurl, fetchpatch 2 , buildPackages, bison, flex, pkg-config 3 , db, iptables, libelf, libmnl 4 , gitUpdater ··· 6 7 stdenv.mkDerivation rec { 8 pname = "iproute2"; 9 - version = "6.4.0"; 10 11 src = fetchurl { 12 url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz"; 13 - sha256 = "sha256-TFG43svH5NoVn/sGb1kM+5Pb+a9/+GsWR85Ct8F5onI="; 14 }; 15 - 16 - patches = [ 17 - # To avoid ./configure failing due to invalid arguments: 18 - (fetchpatch { # configure: restore backward compatibility 19 - url = "https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/patch/?id=a3272b93725a406bc98b67373da67a4bdf6fcdb0"; 20 - sha256 = "0hyagh2lf6rrfss4z7ca8q3ydya6gg7vfhh25slhpgcn6lnk0xbv"; 21 - }) 22 - 23 - # fix build on musl. applied anywhere to prevent patchrot. 24 - (fetchpatch { 25 - url = "https://git.alpinelinux.org/aports/plain/main/iproute2/include.patch?id=bd46efb8a8da54948639cebcfa5b37bd608f1069"; 26 - sha256 = "sha256-NpNnSXQntuzzpjswE42yzo7nqmrQgI5YcHR2kp9NEwA="; 27 - }) 28 - ]; 29 30 postPatch = '' 31 # Don't try to create /var/lib/arpd:
··· 1 + { lib, stdenv, fetchurl 2 , buildPackages, bison, flex, pkg-config 3 , db, iptables, libelf, libmnl 4 , gitUpdater ··· 6 7 stdenv.mkDerivation rec { 8 pname = "iproute2"; 9 + version = "6.5.0"; 10 11 src = fetchurl { 12 url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz"; 13 + hash = "sha256-pwF5CF+huW08M7BAyAm3XitXVjrcUFpK0F4mCd83NGM="; 14 }; 15 16 postPatch = '' 17 # Don't try to create /var/lib/arpd: