dhcpcd: 8.0.1 -> 8.0.2

https://roy.marples.name/blog/dhcpcd-8-0-2-released

> I don't anticipate any more releases for a while as this is looking
really good now!
This commit is contained in:
Will Dietz 2019-07-30 17:30:15 -05:00
parent 55bbc807eb
commit a8e9dc728b
No known key found for this signature in database
GPG key ID: EBB0EA4124809D02

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.1";
version = "8.0.2";
src = fetchurl {
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
sha256 = "0cd9vcyc9bisxzb56z2yrpiy7678bgzl7hzy2i3v8hddynz4y7q3";
sha256 = "0p3sc9yfb40fn1z8rvvxqd0jpxsxm1967pp6w77x4v2lc7anm8ik";
};
nativeBuildInputs = [ pkgconfig ];