Merge pull request #113397 from r-ryantm/auto-update/openfortivpn

openfortivpn: 1.15.0 -> 1.16.0

authored by Lassulus and committed by GitHub 8fa7aabb f38b9b25

+2 -2
+2 -2
pkgs/tools/networking/openfortivpn/default.nix
··· 8 in 9 stdenv.mkDerivation rec { 10 pname = "openfortivpn"; 11 - version = "1.15.0"; 12 13 src = fetchFromGitHub { 14 owner = "adrienverge"; 15 repo = pname; 16 rev = "v${version}"; 17 - sha256 = "1qsfgpxg553s8rc9cyrc4k96z0pislxsdxb9wyhp8fdprkak2mw2"; 18 }; 19 20 # we cannot write the config file to /etc and as we don't need the file, so drop it
··· 8 in 9 stdenv.mkDerivation rec { 10 pname = "openfortivpn"; 11 + version = "1.16.0"; 12 13 src = fetchFromGitHub { 14 owner = "adrienverge"; 15 repo = pname; 16 rev = "v${version}"; 17 + sha256 = "sha256-wijP9VGKXlxCAU3xN6+cv9+NGwBS55ql8WsZZ592b/k="; 18 }; 19 20 # we cannot write the config file to /etc and as we don't need the file, so drop it