iproute2: 6.5.0 -> 6.6.0

This commit is contained in:
R. Ryantm 2023-11-05 18:05:47 +00:00
parent b4c0c733b3
commit 0c0e1a4665

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "6.5.0";
version = "6.6.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-pwF5CF+huW08M7BAyAm3XitXVjrcUFpK0F4mCd83NGM=";
hash = "sha256-hzjIBK/Qnwv3VpN/DD3iMReDKpjYy79QOGz1AFzWE84=";
};
postPatch = ''