openfortivpn: 1.0.1 -> 1.1.4

0w0 a26f1136 e50e376b

+2 -2
+2 -2
pkgs/tools/networking/openfortivpn/default.nix
··· 3 with stdenv.lib; 4 5 let repo = "openfortivpn"; 6 - version = "1.0.1"; 7 8 in stdenv.mkDerivation { 9 name = "${repo}-${version}"; ··· 12 owner = "adrienverge"; 13 inherit repo; 14 rev = "v${version}"; 15 - sha256 = "0kwl8hv3nydd34xp1489jpjdj4bmknfl9xrgynij0vf5qx29xv7m"; 16 }; 17 18 buildInputs = [ openssl automake autoconf ppp ];
··· 3 with stdenv.lib; 4 5 let repo = "openfortivpn"; 6 + version = "1.1.4"; 7 8 in stdenv.mkDerivation { 9 name = "${repo}-${version}"; ··· 12 owner = "adrienverge"; 13 inherit repo; 14 rev = "v${version}"; 15 + sha256 = "08ycz053wa29ckgr93132hr3vrd84r3bks9q807qanri0n35y256"; 16 }; 17 18 buildInputs = [ openssl automake autoconf ppp ];