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:
parent
b74808eddb
commit
4b7e28fb51
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xl2tpd";
|
pname = "xl2tpd";
|
||||||
version = "1.3.14";
|
version = "1.3.15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "xelerance";
|
owner = "xelerance";
|
||||||
repo = "xl2tpd";
|
repo = "xl2tpd";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1c2ahxz2zmmxwmk951d2qhijgz67zhwa1hn0r59fgz0y14w22myi";
|
sha256 = "0ppwza8nwm1av1vldw40gin9wrjrs4l9si50jad414js3k8ycaag";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libpcap ];
|
buildInputs = [ libpcap ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user