Skip to content

Commit b06e19f

Browse files
authored
xl2tpd: 1.3.18 -> 1.3.19 (#397981)
2 parents 4744aad + 085d167 commit b06e19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xl/xl2tpd/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
stdenv.mkDerivation rec {
1010
pname = "xl2tpd";
11-
version = "1.3.18";
11+
version = "1.3.19";
1212

1313
src = fetchFromGitHub {
1414
owner = "xelerance";
1515
repo = "xl2tpd";
1616
rev = "v${version}";
17-
sha256 = "sha256-Uc3PeTf/ow9p8noPcMLdT6S5dks9igDU6CC9koy+ff4=";
17+
sha256 = "sha256-Oyy64b5xrKOYSkiCtWksh0vKGDXHsmUNlNgVTRXftOw=";
1818
};
1919

2020
buildInputs = [ libpcap ];

0 commit comments

Comments
 (0)