dhcpcd: 8.1.2 -> 8.1.4
This commit is contained in:
parent
f79e10061f
commit
0bc45ecba1
|
@ -4,11 +4,11 @@ stdenv.mkDerivation rec {
|
||||||
# when updating this to >=7, check, see previous reverts:
|
# when updating this to >=7, check, see previous reverts:
|
||||||
# nix-build -A nixos.tests.networking.scripted.macvlan.x86_64-linux nixos/release-combined.nix
|
# nix-build -A nixos.tests.networking.scripted.macvlan.x86_64-linux nixos/release-combined.nix
|
||||||
pname = "dhcpcd";
|
pname = "dhcpcd";
|
||||||
version = "8.1.2";
|
version = "8.1.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
|
url = "mirror://roy/${pname}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1b9mihp1mf2vng92fgks764a6pwf2gx7ccw6knja79c42nmyglyb";
|
sha256 = "0gf1qif25wy5lffzw39pi4sshmpxz1f4a1m9sglj7am1gaix3817";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
Loading…
Reference in New Issue