3
0
Fork 0
forked from mirrors/nixpkgs

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

openfortivpn: 1.16.0 -> 1.17.1
This commit is contained in:
Jörg Thalheim 2021-12-09 08:22:26 +00:00 committed by GitHub
commit 3d9ff67324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@ let
in
stdenv.mkDerivation rec {
pname = "openfortivpn";
version = "1.16.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "adrienverge";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wijP9VGKXlxCAU3xN6+cv9+NGwBS55ql8WsZZ592b/k=";
sha256 = "sha256-wSbE3vq9/o1r80zRT1rO9zAG6ws1nG18ALXYd9BAbLA=";
};
# we cannot write the config file to /etc and as we don't need the file, so drop it