openfortivpn: 1.10.0 -> 1.11.0

This commit is contained in:
R. RyanTM 2019-12-08 13:39:49 -08:00
parent 51ef7c3e49
commit 9ea255f23b

View File

@ -3,7 +3,7 @@
with stdenv.lib;
let repo = "openfortivpn";
version = "1.10.0";
version = "1.11.0";
in stdenv.mkDerivation {
name = "${repo}-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "adrienverge";
inherit repo;
rev = "v${version}";
sha256 = "1d9mp03dxz9j6pwd3d5z2pa7i1sqx5psshli1inqs0cq8zjmbzrw";
sha256 = "03ljyam0027w412vmi4gc0bp9c2xfmcspi676qck8cvvzg4gf736";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];