iproute2: 5.19.0 -> 6.0.0

This commit is contained in:
R. Ryantm 2022-10-14 02:09:08 +00:00
parent ae24d583ae
commit 2846812404

View file

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "5.19.0";
version = "6.0.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
sha256 = "JrejTWp/0vekLis5xakMthusUi0QlgZ//rGV5Wk9d5E=";
sha256 = "UjE56ecq7JljdPot50vkxT0t0FWJSIk00h/5e64ZWAo=";
};
patches = [