dhcpcd: 7.2.1 -> 7.2.2

https://roy.marples.name/archives/dhcpcd-discuss/0002428.html
This commit is contained in:
Will Dietz 2019-05-05 02:58:49 -05:00
parent a71d9bf5af
commit 76ac8a30ed

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