Merge pull request #68736 from dtzWill/update/dhcpcd-8.0.6

dhcpcd: 8.0.3 -> 8.0.6
This commit is contained in:
Maximilian Bosch 2019-09-15 17:07:43 +02:00 committed by GitHub
commit bd040c5b8b
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.3";
version = "8.0.6";
src = fetchurl {
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
sha256 = "07cg0sp8sk9b6ch2ajmvkbn6z08bgyx8xbd004s5mkasrlgrfx4n";
sha256 = "0kxxpb79j564m6bjvjb9gsn0yzs13c0arfgsycm51gw3xnch3db6";
};
nativeBuildInputs = [ pkgconfig ];