Skip to content

Commit

Permalink
dhcpcd: 10.0.4 -> unstable-2023-12-24
Browse files Browse the repository at this point in the history
This tries to work around #291
  • Loading branch information
deepfire committed Jan 26, 2024
1 parent 49fcc2e commit 6980f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/dhcpcd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
pname = "dhcpcd";
version = "10.0.3";
version = "unstable-2023-12-24";

src = fetchFromGitHub {
owner = "NetworkConfiguration";
repo = "dhcpcd";
rev = "v${version}";
sha256 = "sha256-NXLOfSPGHiRDSagaT+37TAn9XtdcG4+wP9AvyGJi4Dc=";
rev = "8ab7ca1eb4e9bb797d6e6d955c83d8a82f69a663";
sha256 = "sha256-t9ULeAwkFigQBFMlZZRMh7lIQTebqx/ThTIPh4ZK41U=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 6980f5f

Please sign in to comment.