···89stdenv.mkDerivation rec {
10 pname = "openfortivpn";
11- version = "1.17.1";
1213 src = fetchFromGitHub {
14 owner = "adrienverge";
15 repo = pname;
16 rev = "v${version}";
17- sha256 = "sha256-wSbE3vq9/o1r80zRT1rO9zAG6ws1nG18ALXYd9BAbLA=";
18 };
1920 # we cannot write the config file to /etc and as we don't need the file, so drop it
···89stdenv.mkDerivation rec {
10 pname = "openfortivpn";
11+ version = "1.17.2";
1213 src = fetchFromGitHub {
14 owner = "adrienverge";
15 repo = pname;
16 rev = "v${version}";
17+ sha256 = "sha256-pZcYbm1fWqGWYJzexph7i9nPAHH6HP+B8Y6uUkOCRk8=";
18 };
1920 # we cannot write the config file to /etc and as we don't need the file, so drop it