Unverified Commit 48cb66d5 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #197686 from chungnd1/openfortivpn-1.19.0

openfortivpn: 1.17.3 -> 1.19.0
parents eb2d6e3c 7df1d0fd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "openfortivpn";
  version = "1.17.3";
  version = "1.19.0";

  src = fetchFromGitHub {
    owner = "adrienverge";
    repo = pname;
    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