Revert "dhcpcd: 6.11.5 -> 7.0.0"
This reverts commit 0e7358002679ad7f35d2bd99977b9f0e403d4de2. Blocks channel releases. See #33527.
This commit is contained in:
parent
ad26bfd316
commit
33a4de2941
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, udev }:
|
{ stdenv, fetchurl, pkgconfig, udev }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dhcpcd-7.0.0";
|
name = "dhcpcd-6.11.5";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://roy/dhcpcd/${name}.tar.xz";
|
url = "mirror://roy/dhcpcd/${name}.tar.xz";
|
||||||
sha256 = "1m90wsg4m9bcaavh36vlhjghrbdsi5x2yy92ixhgynmzrgnwlqdb";
|
sha256 = "17nnhxmbdcc7k2mh6sgvxisqcqbic5540xbig363ds97gvf795kg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user