dhcpcd: 7.1.1 -> 7.2.0

https://roy.marples.name/blog/dhcpcd-7-2-0-released
This commit is contained in:
Will Dietz 2019-04-17 21:18:05 -05:00
parent 5b7f58701c
commit a7ac961366

View file

@ -3,11 +3,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
name = "dhcpcd-7.1.1";
name = "dhcpcd-7.2.0";
src = fetchurl {
url = "mirror://roy/dhcpcd/${name}.tar.xz";
sha256 = "0h94g5nl9bg3x3qaajqaz6izl6mlvyjgp93nifnlfb7r7n3j8yd2";
sha256 = "0hmjxix7jmbbzgjw8chxgp6kzmwf5sxdimb35i1cnsm830rmbzsz";
};
nativeBuildInputs = [ pkgconfig ];