Merge pull request #199204 from r-ryantm/auto-update/xl2tpd

xl2tpd: 1.3.17 -> 1.3.18
This commit is contained in:
Weijia Wang 2023-01-23 06:22:07 +01:00 committed by GitHub
commit c45e22f0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "xl2tpd";
version = "1.3.17";
version = "1.3.18";
src = fetchFromGitHub {
owner = "xelerance";
repo = "xl2tpd";
rev = "v${version}";
sha256 = "sha256-ibHiQn6YBd80rXIxZeUSTNs9KOJXVGRlUIr753mLURk=";
sha256 = "sha256-Uc3PeTf/ow9p8noPcMLdT6S5dks9igDU6CC9koy+ff4=";
};
buildInputs = [ libpcap ];