From b9ede6493f7871d0cd7df6a666fdaf37762ba0f3 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Mon, 21 Dec 2020 22:22:30 +0100 Subject: iproute2: Update the source hash A new archive was uploaded to fix the version string. --- pkgs/os-specific/linux/iproute/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pkgs/os-specific/linux/iproute') diff --git a/pkgs/os-specific/linux/iproute/default.nix b/pkgs/os-specific/linux/iproute/default.nix index 291630032f0..55fa6b36de2 100644 --- a/pkgs/os-specific/linux/iproute/default.nix +++ b/pkgs/os-specific/linux/iproute/default.nix @@ -9,15 +9,12 @@ stdenv.mkDerivation rec { src = fetchurl { url = "mirror://kernel/linux/utils/net/${pname}/${pname}-${version}.tar.xz"; - sha256 = "15pfijbiyv0adrchj3v379w898gxsji33q4ly0k7s22vd93wj20m"; + sha256 = "1sakmhvh40gh4x55vzgy6cyvizqkhqalcfpvs6r0c14w62p38jm5"; }; preConfigure = '' # Don't try to create /var/lib/arpd: sed -e '/ARPDDIR/d' -i Makefile - # TODO: Drop temporary version fix once 5.11 is out (hopefully :D): - substituteInPlace include/version.h \ - --replace "5.9.0" "${version}" ''; outputs = [ "out" "dev" ]; -- cgit 1.4.1