dhcpcd: 8.1.2 -> 8.1.4

This commit is contained in:
R. RyanTM 2019-12-22 22:32:49 -08:00
parent f79e10061f
commit 0bc45ecba1

View file

@ -4,11 +4,11 @@ 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
pname = "dhcpcd";
version = "8.1.2";
version = "8.1.4";
src = fetchurl {
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
sha256 = "1b9mihp1mf2vng92fgks764a6pwf2gx7ccw6knja79c42nmyglyb";
sha256 = "0gf1qif25wy5lffzw39pi4sshmpxz1f4a1m9sglj7am1gaix3817";
};
nativeBuildInputs = [ pkgconfig ];