1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

Merge pull request #59617 from r-ryantm/auto-update/openfortivpn

openfortivpn: 1.8.1 -> 1.9.0
This commit is contained in:
Renaud 2019-04-21 00:49:54 +02:00 committed by GitHub
commit 30aeb6c320
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
with stdenv.lib;
let repo = "openfortivpn";
version = "1.8.1";
version = "1.9.0";
in stdenv.mkDerivation {
name = "${repo}-${version}";
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
owner = "adrienverge";
inherit repo;
rev = "v${version}";
sha256 = "16k5sb7sz5blhm59rxhzhcq91pgivpbpdq6wbhcaa563nnk7pxys";
sha256 = "1nf992wjx5n2883b31hgxrb6y0n3p5yz7h42bwripwrfpdjaaqcv";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];