openfortivpn: 1.21.0 -> 1.22.0

This commit is contained in:
R. Ryantm 2024-04-29 04:26:31 +00:00
parent f2c7ecb8a4
commit 7dafad9ada

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "openfortivpn";
version = "1.21.0";
version = "1.22.0";
src = fetchFromGitHub {
owner = "adrienverge";
repo = pname;
rev = "v${version}";
hash = "sha256-7Yf22EpOTEGGqPoNGnHFyn5A4n7aYFXoSE1G6zyzT3M=";
hash = "sha256-K4sTvt0rIDh8A7uhUQmw3zvS2ksclOLBO76wHevRONU=";
};
# we cannot write the config file to /etc and as we don't need the file, so drop it