openfortivpn: 1.17.3 -> 1.19.0

This commit is contained in:
chung 2022-10-25 14:34:58 +07:00
parent 8e22463268
commit 7df1d0fd99

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "openfortivpn";
version = "1.17.3";
version = "1.19.0";
src = fetchFromGitHub {
owner = "adrienverge";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VGjzxEdWnGICpGWBklYoAqhC4ka1rF/a6K17hoFDxSo=";
sha256 = "sha256-HwKkgRS3Hccym78T+suFkIP5nmQDWRAwm0l/PaS1p7o=";
};
# we cannot write the config file to /etc and as we don't need the file, so drop it