dhcpcd: 6.11.5 -> 7.0.8

Uli Baum 8938eede cb1ca420

Changed files
+2 -2
pkgs
tools
networking
dhcpcd
+2 -2
pkgs/tools/networking/dhcpcd/default.nix
···
stdenv.mkDerivation rec {
# when updating this to >=7, check, see previous reverts:
# nix-build -A nixos.tests.networking.scripted.macvlan.x86_64-linux nixos/release-combined.nix
-
name = "dhcpcd-6.11.5";
+
name = "dhcpcd-7.0.8";
src = fetchurl {
url = "mirror://roy/dhcpcd/${name}.tar.xz";
-
sha256 = "17nnhxmbdcc7k2mh6sgvxisqcqbic5540xbig363ds97gvf795kg";
+
sha256 = "1df95lv3cbs3dk718a2vyvzmv7qhpgcxzagb27ylmav96f48x5ln";
};
nativeBuildInputs = [ pkgconfig ];