forked from mirrors/nixpkgs
Merge pull request #14313 from mayflower/pkg/dhcpcd/6.10.1
dhcpcd: 6.9.4 -> 6.10.1 (security)
This commit is contained in:
commit
6dc2337b94
|
@ -1,11 +1,11 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, udev }:
|
{ stdenv, fetchurl, pkgconfig, udev }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "dhcpcd-6.9.4";
|
name = "dhcpcd-6.10.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://roy/dhcpcd/${name}.tar.xz";
|
url = "mirror://roy/dhcpcd/${name}.tar.xz";
|
||||||
sha256 = "184vpid8m5175xa2nkh6mmvk8b6z4isfm6nvf4g8l5ggfdsgzwy3";
|
sha256 = "0yxfx3r6ik47rsv1f8q7siw0vas6jcsrbjpaqnx0nn707f6byji8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig udev ];
|
buildInputs = [ pkgconfig udev ];
|
||||||
|
@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "A client for the Dynamic Host Configuration Protocol (DHCP)";
|
description = "A client for the Dynamic Host Configuration Protocol (DHCP)";
|
||||||
homepage = http://roy.marples.name/projects/dhcpcd;
|
homepage = http://roy.marples.name/projects/dhcpcd;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
maintainers = with stdenv.lib.maintainers; [ eelco fpletz ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue