Merge pull request #295178 from r-ryantm/auto-update/iproute2

iproute2: 6.7.0 -> 6.8.0
This commit is contained in:
Weijia Wang 2024-03-18 05:43:47 +01:00 committed by GitHub
commit 551ec2e099
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''