1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

dhcpcd: 8.0.3 -> 8.0.6

https://roy.marples.name/blog/dhcpcd-8-0-6-released
This commit is contained in:
Will Dietz 2019-09-13 07:05:38 -05:00
parent 8b34d843c6
commit 0d287a2786
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.3";
version = "8.0.6";
src = fetchurl {
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
sha256 = "07cg0sp8sk9b6ch2ajmvkbn6z08bgyx8xbd004s5mkasrlgrfx4n";
sha256 = "0kxxpb79j564m6bjvjb9gsn0yzs13c0arfgsycm51gw3xnch3db6";
};
nativeBuildInputs = [ pkgconfig ];