Skip to content

Commit

Permalink
Merge pull request #76224 from r-ryantm/auto-update/dhcpcd
Browse files Browse the repository at this point in the history
dhcpcd: 8.1.2 -> 8.1.4
  • Loading branch information
nlewo committed Dec 27, 2019
2 parents cee8906 + 0bc45ec commit 3ffbbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/dhcpcd/default.nix
Expand Up @@ -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.1.2";
version = "8.1.4";

src = fetchurl {
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
sha256 = "1b9mihp1mf2vng92fgks764a6pwf2gx7ccw6knja79c42nmyglyb";
sha256 = "0gf1qif25wy5lffzw39pi4sshmpxz1f4a1m9sglj7am1gaix3817";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 3ffbbd5

Please sign in to comment.