forked from mirrors/nixpkgs
Merge pull request #76224 from r-ryantm/auto-update/dhcpcd
dhcpcd: 8.1.2 -> 8.1.4
This commit is contained in:
commit
3ffbbd5951
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue