openfortivpn: 1.23.1 -> 1.24.1 (#469870)

This commit is contained in:
Weijia Wang
2026-02-04 19:26:05 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "openfortivpn";
version = "1.23.1";
version = "1.24.1";
src = fetchFromGitHub {
owner = "adrienverge";
repo = "openfortivpn";
tag = "v${finalAttrs.version}";
hash = "sha256-Pv9v7e5xPTIrgqldBDtTFxW+aIjbxSeu0sQ9n6HjO9w=";
hash = "sha256-zJSEBfhb2dFEOW/sJyB7xFLGGUQLjkz20V80L0ew7J8=";
};
# we cannot write the config file to /etc and as we don't need the file, so drop it