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