Skip to content

Commit

Permalink
Revert "dhcpcd: 6.11.5 -> 7.0.1"
Browse files Browse the repository at this point in the history
This reverts commit 7cc74d6.

See discussion in #35622

cc @vcunat @Mic92 @fpletz
  • Loading branch information
globin committed Mar 2, 2018
1 parent 73af4d6 commit a8d3aa5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/tools/networking/dhcpcd/default.nix
@@ -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 ];
Expand Down

0 comments on commit a8d3aa5

Please sign in to comment.