mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
openfortivpn: 1.7.1 -> 1.8.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
e0950ae9ad
commit
5b8d77d826
@ -3,7 +3,7 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
let repo = "openfortivpn";
|
let repo = "openfortivpn";
|
||||||
version = "1.7.1";
|
version = "1.8.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 = "01nsgmmh72qk0aq2zdjh8qqn256mmvz1w2gl0wi7g29d82y2hdfm";
|
sha256 = "1p7zfysqvivca565ifb5anla3rgqavq2npavj1vlmhipa01080lk";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user