openfortivpn: 1.23.1 -> 1.24.1

This commit is contained in:
R. Ryantm
2026-02-02 15:07:38 +01:00
committed by Weijia Wang
parent 707051703c
commit 0db5ba48a2
+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