openfortivpn: 1.0.1 -> 1.1.4

This commit is contained in:
0w0 2016-05-30 16:15:23 +08:00
parent e50e376b2b
commit a26f113611

View file

@ -3,7 +3,7 @@
with stdenv.lib;
let repo = "openfortivpn";
version = "1.0.1";
version = "1.1.4";
in stdenv.mkDerivation {
name = "${repo}-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "adrienverge";
inherit repo;
rev = "v${version}";
sha256 = "0kwl8hv3nydd34xp1489jpjdj4bmknfl9xrgynij0vf5qx29xv7m";
sha256 = "08ycz053wa29ckgr93132hr3vrd84r3bks9q807qanri0n35y256";
};
buildInputs = [ openssl automake autoconf ppp ];