dhcpcd: 10.3.1 -> 10.3.2

(cherry picked from commit 7086284f14)
This commit is contained in:
R. Ryantm
2026-04-30 15:42:32 +00:00
committed by github-actions[bot]
parent 33cf3d011f
commit 3ee4c037d5

View File

@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "dhcpcd";
version = "10.3.1";
version = "10.3.2";
src = fetchFromGitHub {
owner = "NetworkConfiguration";
repo = "dhcpcd";
rev = "v${finalAttrs.version}";
sha256 = "sha256-L2rR6/qMHWVth2GR3VAoBZmhA6lmCLddbi0VvEG5r70=";
sha256 = "sha256-tJV533j/nQT/PP5KVPJCgTo0Lu8NNMIGnJBvYUG8ufw=";
};
nativeBuildInputs = [ pkg-config ];