Merge pull request #102653 from r-ryantm/auto-update/openfortivpn
openfortivpn: 1.14.1 -> 1.15.0
This commit is contained in:
commit
998970e703
|
@ -8,13 +8,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openfortivpn";
|
pname = "openfortivpn";
|
||||||
version = "1.14.1";
|
version = "1.15.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adrienverge";
|
owner = "adrienverge";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1r9lp19fmqx9dw33j5967ydijbnacmr80mqnhbbxyqiw4k5c10ds";
|
sha256 = "1qsfgpxg553s8rc9cyrc4k96z0pislxsdxb9wyhp8fdprkak2mw2";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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