Skip to content

Commit

Permalink
openfortivpn: 1.1.4 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 16, 2017
1 parent 7977cc4 commit 900cc90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/openfortivpn/default.nix
Expand Up @@ -3,7 +3,7 @@
with stdenv.lib;

let repo = "openfortivpn";
version = "1.1.4";
version = "1.2.0";

in stdenv.mkDerivation {
name = "${repo}-${version}";
Expand All @@ -12,12 +12,12 @@ in stdenv.mkDerivation {
owner = "adrienverge";
inherit repo;
rev = "v${version}";
sha256 = "08ycz053wa29ckgr93132hr3vrd84r3bks9q807qanri0n35y256";
sha256 = "1a1l9f6zivfyxg9g2x7kzkvcyh84s7l6v0kimihhrd19zl0m41jn";
};

buildInputs = [ openssl ppp autoreconfHook ];

hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = "-Wno-error=unused-function";

preConfigure = ''
substituteInPlace src/tunnel.c --replace "/usr/sbin/pppd" "${ppp}/bin/pppd"
Expand Down

0 comments on commit 900cc90

Please sign in to comment.