iproute2: 6.7.0 -> 6.8.0

This commit is contained in:
R. Ryantm 2024-03-12 00:53:25 +00:00
parent 52544c4a0a
commit bcb2393ebd
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
pname = "iproute2";
version = "6.7.0";
version = "6.8.0";
src = fetchurl {
url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-/5Qt2YKNfR+Gf2H+cs5DMHjDHl2OSnjiDwLLWJLohB0=";
hash = "sha256-A6bMo9cakI0fFfe0lb4rj+hR+UFFjcRmSQDX9F/PaM4=";
};
postPatch = ''