Merge pull request #55600 from dtzWill/update/dhcpcd-7.1.1

dhcpcd: 7.0.8 -> 7.1.1
This commit is contained in:
Eelco Dolstra 2019-02-12 13:32:10 +01:00 committed by GitHub
commit a4c9e42e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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