xl2tpd: 1.3.16 -> 1.3.17

This commit is contained in:
R. Ryantm 2022-01-23 09:01:46 +00:00 committed by Nikolay Amiantov
parent 26b9c9800a
commit ae917ed024

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xl2tpd"; pname = "xl2tpd";
version = "1.3.16"; version = "1.3.17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "xelerance"; owner = "xelerance";
repo = "xl2tpd"; repo = "xl2tpd";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-1Hipek50qjcr0vgTNr4PQyCf1qLZ3UKqu+DLuDNjRUc="; sha256 = "sha256-ibHiQn6YBd80rXIxZeUSTNs9KOJXVGRlUIr753mLURk=";
}; };
buildInputs = [ libpcap ]; buildInputs = [ libpcap ];