openfortivpn: 1.9.0 -> 1.10.0
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
This commit is contained in:
parent
e2d07d2cc7
commit
021257e598
|
@ -3,7 +3,7 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let repo = "openfortivpn";
|
let repo = "openfortivpn";
|
||||||
version = "1.9.0";
|
version = "1.10.0";
|
||||||
|
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "${repo}-${version}";
|
name = "${repo}-${version}";
|
||||||
|
@ -12,7 +12,7 @@ in stdenv.mkDerivation {
|
||||||
owner = "adrienverge";
|
owner = "adrienverge";
|
||||||
inherit repo;
|
inherit repo;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1nf992wjx5n2883b31hgxrb6y0n3p5yz7h42bwripwrfpdjaaqcv";
|
sha256 = "1d9mp03dxz9j6pwd3d5z2pa7i1sqx5psshli1inqs0cq8zjmbzrw";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
|
Loading…
Reference in New Issue