mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
openfortivpn: 1.17.3 -> 1.19.0
This commit is contained in:
parent
8e22463268
commit
7df1d0fd99
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openfortivpn";
|
pname = "openfortivpn";
|
||||||
version = "1.17.3";
|
version = "1.19.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adrienverge";
|
owner = "adrienverge";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-VGjzxEdWnGICpGWBklYoAqhC4ka1rF/a6K17hoFDxSo=";
|
sha256 = "sha256-HwKkgRS3Hccym78T+suFkIP5nmQDWRAwm0l/PaS1p7o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# we cannot write the config file to /etc and as we don't need the file, so drop it
|
# we cannot write the config file to /etc and as we don't need the file, so drop it
|
||||||
|
Loading…
Reference in New Issue
Block a user