dhcpcd: 8.0.6 -> 8.1.1

https://roy.marples.name/blog/dhcpcd-8-1-1-released
This commit is contained in:
Sam Hug 2019-10-18 15:20:55 -07:00 committed by Jon
parent 7833adb0ee
commit 552e55ac2b

View file

@ -4,11 +4,11 @@ stdenv.mkDerivation rec {
# when updating this to >=7, check, see previous reverts:
# nix-build -A nixos.tests.networking.scripted.macvlan.x86_64-linux nixos/release-combined.nix
pname = "dhcpcd";
version = "8.0.6";
version = "8.1.1";
src = fetchurl {
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
sha256 = "0kxxpb79j564m6bjvjb9gsn0yzs13c0arfgsycm51gw3xnch3db6";
sha256 = "10pasmx3gi09amx9y2phwi3a2d5bwih44vlkdxmx7sqgw67k0pa8";
};
nativeBuildInputs = [ pkgconfig ];