Skip to content

Commit 33a4de2

Browse files
committedJan 8, 2018
Revert "dhcpcd: 6.11.5 -> 7.0.0"
This reverts commit 0e73580. Blocks channel releases. See #33527.
1 parent ad26bfd commit 33a4de2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/networking/dhcpcd/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ stdenv, fetchurl, pkgconfig, udev }:
22

33
stdenv.mkDerivation rec {
4-
name = "dhcpcd-7.0.0";
4+
name = "dhcpcd-6.11.5";
55

66
src = fetchurl {
77
url = "mirror://roy/dhcpcd/${name}.tar.xz";
8-
sha256 = "1m90wsg4m9bcaavh36vlhjghrbdsi5x2yy92ixhgynmzrgnwlqdb";
8+
sha256 = "17nnhxmbdcc7k2mh6sgvxisqcqbic5540xbig363ds97gvf795kg";
99
};
1010

1111
nativeBuildInputs = [ pkgconfig ];

0 commit comments

Comments
 (0)
Please sign in to comment.