openfortivpn: 1.11.0 -> 1.12.0

This commit is contained in:
R. RyanTM 2020-02-29 06:04:16 +00:00
parent f7d07d4851
commit aab3d3399d

@ -3,7 +3,7 @@
with stdenv.lib;
let repo = "openfortivpn";
version = "1.11.0";
version = "1.12.0";
in stdenv.mkDerivation {
name = "${repo}-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "adrienverge";
inherit repo;
rev = "v${version}";
sha256 = "03ljyam0027w412vmi4gc0bp9c2xfmcspi676qck8cvvzg4gf736";
sha256 = "1ndyiw4c2s8m0xds4ff87rdpixhbma5v2g420w3gfc1p7alhqz66";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];
@ -26,7 +26,7 @@ in stdenv.mkDerivation {
meta = {
description = "Client for PPP+SSL VPN tunnel services";
homepage = https://github.com/adrienverge/openfortivpn;
homepage = "https://github.com/adrienverge/openfortivpn";
license = stdenv.lib.licenses.gpl3;
maintainers = [ stdenv.lib.maintainers.madjar ];
platforms = stdenv.lib.platforms.linux;