mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
openfortivpn: 1.16.0 -> 1.17.1
This commit is contained in:
parent
9f329731b5
commit
286027a38c
@ -8,13 +8,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openfortivpn";
|
pname = "openfortivpn";
|
||||||
version = "1.16.0";
|
version = "1.17.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adrienverge";
|
owner = "adrienverge";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
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
|
# 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