Revert "dhcpcd: 6.11.5 -> 7.0.0"

This reverts commit 0e73580026.

Blocks channel releases. See #33527.
This commit is contained in:
Franz Pletz 2018-01-08 17:00:00 +01:00
parent ad26bfd316
commit 33a4de2941
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, udev }:
stdenv.mkDerivation rec {
name = "dhcpcd-7.0.0";
name = "dhcpcd-6.11.5";
src = fetchurl {
url = "mirror://roy/dhcpcd/${name}.tar.xz";
sha256 = "1m90wsg4m9bcaavh36vlhjghrbdsi5x2yy92ixhgynmzrgnwlqdb";
sha256 = "17nnhxmbdcc7k2mh6sgvxisqcqbic5540xbig363ds97gvf795kg";
};
nativeBuildInputs = [ pkgconfig ];