about summary refs log tree commit diff
path: root/pkgs/tools/networking/openfortivpn
diff options
context:
space:
mode:
authorchung <chungnd1@smartosc.com>2022-10-25 14:34:58 +0700
committerchung <chungnd1@smartosc.com>2022-10-25 14:34:58 +0700
commit7df1d0fd99f7d18a26c7139a0dcde37c4a59532f (patch)
tree8b973829e3709780c1ebec563cdc0b29cf9956f0 /pkgs/tools/networking/openfortivpn
parent8e224632689fbce6e6572ed9ea8ea4584b803fe0 (diff)
openfortivpn: 1.17.3 -> 1.19.0
Diffstat (limited to 'pkgs/tools/networking/openfortivpn')
-rw-r--r--pkgs/tools/networking/openfortivpn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/openfortivpn/default.nix b/pkgs/tools/networking/openfortivpn/default.nix
index dbf69720c43a7..0426066995d95 100644
--- a/pkgs/tools/networking/openfortivpn/default.nix
+++ b/pkgs/tools/networking/openfortivpn/default.nix
@@ -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