iproute2: 6.9.0 -> 6.10.0

Changes: https://github.com/iproute2/iproute2/compare/v6.9.0...v6.10.0
This commit is contained in:
Sergei Trofimovich 2024-07-17 21:53:07 +01:00
parent 1438803fb5
commit 68f49a0661

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "6.9.0";
version = "6.10.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-L2Q9CeoRpKKgQ8kuK0abX3MijL8kGugGdgKW7Q7EE9A=";
hash = "sha256-kaYvgnN7RJBaAPqAM2nER9VJ6RTpoqQBj911sdVOjc4=";
};
postPatch = ''