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

dhcpcd: 8.0.6 -> 8.1.2
This commit is contained in:
Franz Pletz 2019-11-26 14:39:27 +00:00 committed by GitHub
commit 6bdec0b828
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.0.6";
version = "8.1.2";
src = fetchurl {
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
sha256 = "0kxxpb79j564m6bjvjb9gsn0yzs13c0arfgsycm51gw3xnch3db6";
sha256 = "1b9mihp1mf2vng92fgks764a6pwf2gx7ccw6knja79c42nmyglyb";
};
nativeBuildInputs = [ pkgconfig ];