dhcpcd: 7.2.0 -> 7.2.1

Includes security fixes!

https://roy.marples.name/blog/dhcpcd-7-2-1-released

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-7.2.0";
+
name = "dhcpcd-7.2.1";
src = fetchurl {
url = "mirror://roy/dhcpcd/${name}.tar.xz";
-
sha256 = "0hmjxix7jmbbzgjw8chxgp6kzmwf5sxdimb35i1cnsm830rmbzsz";
+
sha256 = "1s2gli943v9vblp553h76xd8y0hmfps3fj0k75kibhk3ymrjcw97";
};
nativeBuildInputs = [ pkgconfig ];