Merge pull request #35622 from ryantm/auto-update/dhcpcd-6.11.5-to-7.0.1

dhcpcd: 6.11.5 -> 7.0.1
This commit is contained in:
Jörg Thalheim 2018-02-26 23:14:10 +00:00 committed by GitHub
commit ea29d6a98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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