mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
dhcpcd: Update to 6.9.2
Upstream recommends this as an important upgrade to 6.9.1 because it fixes a race that could cause an empty resolv.conf to be created.
This commit is contained in:
parent
2fc59dc2db
commit
6a54ca7990
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, pkgconfig, udev }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "dhcpcd-6.9.1";
|
||||
name = "dhcpcd-6.9.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://roy/dhcpcd/${name}.tar.xz";
|
||||
sha256 = "0vq6gjgn2sjq2rwvd23gvf55k2v9l6970z8fmii0p2g23w77afy0";
|
||||
sha256 = "0w4aqpn6wczvrffc51lq87acvqwqdskk7948z3sz9laslci29y79";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig udev ];
|
||||
|
Loading…
Reference in New Issue
Block a user