xl2tpd: 1.3.14 -> 1.3.15

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xl2tpd/versions
This commit is contained in:
R. RyanTM 2019-10-24 11:42:00 -07:00 committed by Jon
parent b74808eddb
commit 4b7e28fb51

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "xl2tpd";
version = "1.3.14";
version = "1.3.15";
src = fetchFromGitHub {
owner = "xelerance";
repo = "xl2tpd";
rev = "v${version}";
sha256 = "1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi";
sha256 = "0ppwza8nwm1av1vldw40gin9wrjrs4l9si50jad414js3k8ycaag";
};
buildInputs = [ libpcap ];