openfortivpn: 1.16.0 -> 1.17.1

This commit is contained in:
R. Ryantm 2021-12-09 04:22:07 +00:00
parent 9f329731b5
commit 286027a38c

View File

@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "openfortivpn";
version = "1.16.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "adrienverge";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wijP9VGKXlxCAU3xN6+cv9+NGwBS55ql8WsZZ592b/k=";
sha256 = "sha256-wSbE3vq9/o1r80zRT1rO9zAG6ws1nG18ALXYd9BAbLA=";
};
# we cannot write the config file to /etc and as we don't need the file, so drop it