Commit b93964f5 authored by R. RyanTM's avatar R. RyanTM
Browse files

dhcpcd: 10.0.6 -> 10.0.8

parent 3852c7ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

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

  src = fetchFromGitHub {
    owner = "NetworkConfiguration";
    repo = "dhcpcd";
    rev = "v${version}";
    sha256 = "sha256-tNC5XCA8dShaTIff15mQz8v+YK9sZkRNLCX5qnlpxx4=";
    sha256 = "sha256-kM+mdB7ul9NYHOEAJtp3M57M2MellrCoY/SaPWFLEpQ=";
  };

  nativeBuildInputs = [ pkg-config ];