Merge pull request #281704 from r-ryantm/auto-update/dhcpcd

dhcpcd: 10.0.3 -> 10.0.6
This commit is contained in:
Weijia Wang 2024-01-29 12:41:52 +01:00 committed by GitHub
commit e2613f2170
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "dhcpcd";
version = "10.0.3";
version = "10.0.6";
src = fetchFromGitHub {
owner = "NetworkConfiguration";
repo = "dhcpcd";
rev = "v${version}";
sha256 = "sha256-NXLOfSPGHiRDSagaT+37TAn9XtdcG4+wP9AvyGJi4Dc=";
sha256 = "sha256-tNC5XCA8dShaTIff15mQz8v+YK9sZkRNLCX5qnlpxx4=";
};
nativeBuildInputs = [ pkg-config ];