Skip to content

Commit

Permalink
dhcpcd: 10.0.6 -> 10.1.0
Browse files Browse the repository at this point in the history
This works around #291, halfway.
  • Loading branch information
deepfire committed Oct 28, 2024
1 parent a041c05 commit 58a4c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/dhcpcd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
pname = "dhcpcd";
version = "10.0.6";
version = "10.1.0";

src = fetchFromGitHub {
owner = "NetworkConfiguration";
repo = "dhcpcd";
rev = "v${version}";
sha256 = "sha256-tNC5XCA8dShaTIff15mQz8v+YK9sZkRNLCX5qnlpxx4=";
sha256 = "sha256-Qtg9jOFMR/9oWJDmoNNcEAMxG6G1F187HF4MMBJIoTw=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit 58a4c6c

Please sign in to comment.