Merge pull request #15944 from 0w0/openfortivpn_1.0.1_to_1.1.4

openfortivpn: 1.0.1 -> 1.1.4
This commit is contained in:
Georges Dubus 2016-06-03 16:58:28 +02:00
commit a942635724

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 ];