dhcpcd: 10.1.0 -> 10.2.4 (#398209)
This commit is contained in:
commit
2ac822fbf3
@ -15,13 +15,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "dhcpcd";
|
pname = "dhcpcd";
|
||||||
version = "10.1.0";
|
version = "10.2.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "NetworkConfiguration";
|
owner = "NetworkConfiguration";
|
||||||
repo = "dhcpcd";
|
repo = "dhcpcd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Qtg9jOFMR/9oWJDmoNNcEAMxG6G1F187HF4MMBJIoTw=";
|
sha256 = "sha256-ysaKgF4Cu/S6yhSn/4glA0+Ey54KNp3/1Oh82yE0/PY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user