Skip to content

Commit

Permalink
openfortivpn: 1.13.3 -> 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed May 27, 2020
1 parent be44574 commit da36298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/openfortivpn/default.nix
Expand Up @@ -3,7 +3,7 @@
with stdenv.lib;

let repo = "openfortivpn";
version = "1.13.3";
version = "1.14.0";

in stdenv.mkDerivation {
name = "${repo}-${version}";
Expand All @@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "adrienverge";
inherit repo;
rev = "v${version}";
sha256 = "1y3b3zwzig520nyky7xnr0l0zf68i4w698bysyngpkada14d8dv3";
sha256 = "1qn48sp3ydbik7nc9x5l22gvvnr99f89jy1lvnf64bdg218kr0z7";
};

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit da36298

Please sign in to comment.