dhcpcd: 6.11.5 -> 7.0.0

This commit is contained in:
Franz Pletz 2018-01-01 23:49:36 +01:00
parent 0ea0e3cf71
commit 0e73580026
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-6.11.5";
name = "dhcpcd-7.0.0";
src = fetchurl {
url = "mirror://roy/dhcpcd/${name}.tar.xz";
sha256 = "17nnhxmbdcc7k2mh6sgvxisqcqbic5540xbig363ds97gvf795kg";
sha256 = "1m90wsg4m9bcaavh36vlhjghrbdsi5x2yy92ixhgynmzrgnwlqdb";
};
nativeBuildInputs = [ pkgconfig ];