Unverified Commit b06e19f7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

xl2tpd: 1.3.18 -> 1.3.19 (#397981)

parents 4744aad8 085d167d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "xl2tpd";
  version = "1.3.18";
  version = "1.3.19";

  src = fetchFromGitHub {
    owner = "xelerance";
    repo = "xl2tpd";
    rev = "v${version}";
    sha256 = "sha256-Uc3PeTf/ow9p8noPcMLdT6S5dks9igDU6CC9koy+ff4=";
    sha256 = "sha256-Oyy64b5xrKOYSkiCtWksh0vKGDXHsmUNlNgVTRXftOw=";
  };

  buildInputs = [ libpcap ];