Skip to content

Commit

Permalink
Revert "dhcpcd: 6.11.5 -> 7.0.0"
Browse files Browse the repository at this point in the history
This reverts commit 0e73580.

Blocks channel releases. See #33527.
  • Loading branch information
fpletz committed Jan 8, 2018
1 parent ad26bfd commit 33a4de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/dhcpcd/default.nix
@@ -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 ];
Expand Down

0 comments on commit 33a4de2

Please sign in to comment.