Merge pull request #240401 from priegger/fix/update-openfortivpn

openfortivpn: 1.20.3 -> 1.20.5
This commit is contained in:
Nick Cao 2023-06-29 08:48:11 +08:00 committed by GitHub
commit fb6004ea99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "openfortivpn";
version = "1.20.3";
version = "1.20.5";
src = fetchFromGitHub {
owner = "adrienverge";
repo = pname;
rev = "v${version}";
hash = "sha256-3HKVHH9S409t07TgiZtw58AhQH6W+Ch8chsSmof1Jkk=";
hash = "sha256-jbgxhCQWDw1ZUOAeLhOG+b6JYgvpr5TnNDIO/4k+e7k=";
};
# we cannot write the config file to /etc and as we don't need the file, so drop it