Merge pull request #76224 from r-ryantm/auto-update/dhcpcd

dhcpcd: 8.1.2 -> 8.1.4
This commit is contained in:
lewo 2019-12-27 10:15:34 +01:00 committed by GitHub
commit 3ffbbd5951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 ];