dhcpcd: 7.2.0 -> 7.2.1

Includes security fixes!

https://roy.marples.name/blog/dhcpcd-7-2-1-released
This commit is contained in:
Will Dietz 2019-04-26 14:23:01 -05:00 committed by Frederik Rietdijk
parent 883232c00d
commit ee5f4636b0

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.2.0";
name = "dhcpcd-7.2.1";
src = fetchurl {
url = "mirror://roy/dhcpcd/${name}.tar.xz";
sha256 = "0hmjxix7jmbbzgjw8chxgp6kzmwf5sxdimb35i1cnsm830rmbzsz";
sha256 = "1s2gli943v9vblp553h76xd8y0hmfps3fj0k75kibhk3ymrjcw97";
};
nativeBuildInputs = [ pkgconfig ];