iproute2: do not use dark blue in dark background palette (#429635)

authored by Michele Guerini Rocco and committed by GitHub 1c4c271a 6b743a12

+11
+11
pkgs/by-name/ip/iproute2/package.nix
··· 2 lib, 3 stdenv, 4 fetchurl, 5 buildPackages, 6 bison, 7 flex, ··· 26 }; 27 28 patches = [ 29 (fetchurl { 30 name = "musl-endian.patch"; 31 url = "https://lore.kernel.org/netdev/20240712191209.31324-1-contact@hacktivis.me/raw";
··· 2 lib, 3 stdenv, 4 fetchurl, 5 + fetchpatch, 6 buildPackages, 7 bison, 8 flex, ··· 27 }; 28 29 patches = [ 30 + (fetchpatch { 31 + name = "color-assume-background-is-dark-if-unknown.patch"; 32 + url = "https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/patch/?id=cc0f1109d2864686180ba2ce6fba5fcb3bf437bf"; 33 + hash = "sha256-BGD70cXKnDvk7IEU5RQA+pn1dErWjgr74GeSkYtFXoI="; 34 + }) 35 + (fetchpatch { 36 + name = "color-do-not-use-dark-blue-in-dark-background-palette.patch"; 37 + url = "https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/patch/?id=46a4659313c2610427a088d8f03b731819f2b87a"; 38 + hash = "sha256-TXrmGZNsYWdYLsLoBXZEr3cd8HT4EhRg+jACRrC0gKE="; 39 + }) 40 (fetchurl { 41 name = "musl-endian.patch"; 42 url = "https://lore.kernel.org/netdev/20240712191209.31324-1-contact@hacktivis.me/raw";