Merge pull request #75299 from r-ryantm/auto-update/openfortivpn

openfortivpn: 1.10.0 -> 1.11.0
This commit is contained in:
Georges Dubus 2019-12-11 16:49:20 +01:00 committed by GitHub
commit 5d775b153a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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