dhcpcd: 10.1.0 -> 10.2.4 (#398209)

This commit is contained in:
Wolfgang Walther 2025-07-15 17:14:12 +00:00 committed by GitHub
commit 2ac822fbf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "dhcpcd";
version = "10.1.0";
version = "10.2.4";
src = fetchFromGitHub {
owner = "NetworkConfiguration";
repo = "dhcpcd";
rev = "v${version}";
sha256 = "sha256-Qtg9jOFMR/9oWJDmoNNcEAMxG6G1F187HF4MMBJIoTw=";
sha256 = "sha256-ysaKgF4Cu/S6yhSn/4glA0+Ey54KNp3/1Oh82yE0/PY=";
};
nativeBuildInputs = [ pkg-config ];