Revert "dhcpcd: 6.11.5 -> 7.0.1"

This reverts commit 7cc74d6dc5.

See discussion in https://github.com/NixOS/nixpkgs/pull/35622

cc @vcunat @Mic92 @fpletz
This commit is contained in:
Robin Gloster 2018-03-02 13:20:56 +01:00
parent 73af4d6afa
commit a8d3aa58dc
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -1,11 +1,13 @@
{ stdenv, fetchurl, pkgconfig, udev }:
stdenv.mkDerivation rec {
name = "dhcpcd-7.0.1";
# 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-6.11.5";
src = fetchurl {
url = "mirror://roy/dhcpcd/${name}.tar.xz";
sha256 = "1j7kyg9gm5d1k6qjdscjz2rjgpqia0dxgk69lswp21y0pizm6dlb";
sha256 = "17nnhxmbdcc7k2mh6sgvxisqcqbic5540xbig363ds97gvf795kg";
};
nativeBuildInputs = [ pkgconfig ];