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

xl2tpd: 1.3.15 -> 1.3.16
This commit is contained in:
Artturi
2021-08-08 23:25:41 +03:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "xl2tpd";
version = "1.3.15";
version = "1.3.16";
src = fetchFromGitHub {
owner = "xelerance";
repo = "xl2tpd";
rev = "v${version}";
sha256 = "0ppwza8nwm1av1vldw40gin9wrjrs4l9si50jad414js3k8ycaag";
sha256 = "sha256-1Hipek50qjcr0vgTNr4PQyCf1qLZ3UKqu+DLuDNjRUc=";
};
buildInputs = [ libpcap ];