Skip to content

Commit

Permalink
openfortivpn: 1.8.0 -> 1.8.1 (NixOS#57348)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openfortivpn/versions
  • Loading branch information
r-ryantm authored and xeji committed Mar 12, 2019
1 parent cd797fc commit 6195532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/openfortivpn/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with stdenv.lib;

let repo = "openfortivpn";
version = "1.8.0";
version = "1.8.1";

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

nativeBuildInputs = [ autoreconfHook pkgconfig ];
Expand Down

0 comments on commit 6195532

Please sign in to comment.