Revert #314299: dhcpcd: 10.0.6 -> 10.0.8

This reverts commit b61f60731b, reversing
changes made to 6ba84299e5.

This caused flakiness in nixosTests.networking.scripted.dhcpSimple; see
https://github.com/NixOS/nixpkgs/pull/314299#issuecomment-2296275679
This commit is contained in:
Vladimír Čunát
2024-08-19 13:26:31 +02:00
parent b46afe538d
commit 2fd8d2999e
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "dhcpcd";
version = "10.0.8";
version = "10.0.6";
src = fetchFromGitHub {
owner = "NetworkConfiguration";
repo = "dhcpcd";
rev = "v${version}";
sha256 = "sha256-kM+mdB7ul9NYHOEAJtp3M57M2MellrCoY/SaPWFLEpQ=";
sha256 = "sha256-tNC5XCA8dShaTIff15mQz8v+YK9sZkRNLCX5qnlpxx4=";
};
nativeBuildInputs = [ pkg-config ];