Unverified Commit 082b3c6c authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #335789 from vcunat/p/dhcpcd-revert

Revert #314299: dhcpcd: 10.0.6 -> 10.0.8
parents b46afe53 2fd8d299
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];