Unverified Commit 33a7a005 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #229990 from fabaff/openfortivpn-bump

openfortivpn: 1.20.1 -> 1.20.2
parents 73bc2e2a 22314cf0
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.20.1";
  version = "1.20.2";

  src = fetchFromGitHub {
    owner = "adrienverge";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-xsH/Nb1/69R2EvAisDnrHWehjDIMBmElCV6evuTwBIQ=";
    sha256 = "sha256-Ml1aVvF+kqlSTuzZeHG8Ry+BA24YdWACwQNlO2K+FGo=";
  };

  # we cannot write the config file to /etc and as we don't need the file, so drop it