iproute2: 6.16.0 -> 6.17.0 (#447291)

This commit is contained in:
Franz Pletz
2025-09-30 02:36:14 +02:00
committed by GitHub
+2 -13
View File
@@ -2,7 +2,6 @@
lib,
stdenv,
fetchurl,
fetchpatch,
buildPackages,
bison,
flex,
@@ -19,24 +18,14 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "6.16.0";
version = "6.17.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-WQDMwV+aw797fq6B3rWTcSPfNemTR6fxGiKBhILwqNA=";
hash = "sha256-l4HllBCrfeqOn3m7EP8UiOY9EPy7cFA7lEJronqOLew=";
};
patches = [
(fetchpatch {
name = "color-assume-background-is-dark-if-unknown.patch";
url = "https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/patch/?id=cc0f1109d2864686180ba2ce6fba5fcb3bf437bf";
hash = "sha256-BGD70cXKnDvk7IEU5RQA+pn1dErWjgr74GeSkYtFXoI=";
})
(fetchpatch {
name = "color-do-not-use-dark-blue-in-dark-background-palette.patch";
url = "https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/patch/?id=46a4659313c2610427a088d8f03b731819f2b87a";
hash = "sha256-TXrmGZNsYWdYLsLoBXZEr3cd8HT4EhRg+jACRrC0gKE=";
})
(fetchurl {
name = "musl-endian.patch";
url = "https://lore.kernel.org/netdev/20240712191209.31324-1-contact@hacktivis.me/raw";