Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

openfortivpn: 1.7.1 -> 1.8.0

authored by

Joachim F and committed by
GitHub
7b32546a 25ca8dc0

+2 -2
+2 -2
pkgs/tools/networking/openfortivpn/default.nix
··· 3 with stdenv.lib; 4 5 let repo = "openfortivpn"; 6 - version = "1.7.1"; 7 8 in stdenv.mkDerivation { 9 name = "${repo}-${version}"; ··· 12 owner = "adrienverge"; 13 inherit repo; 14 rev = "v${version}"; 15 - sha256 = "01nsgmmh72qk0aq2zdjh8qqn256mmvz1w2gl0wi7g29d82y2hdfm"; 16 }; 17 18 nativeBuildInputs = [ autoreconfHook pkgconfig ];
··· 3 with stdenv.lib; 4 5 let repo = "openfortivpn"; 6 + version = "1.8.0"; 7 8 in stdenv.mkDerivation { 9 name = "${repo}-${version}"; ··· 12 owner = "adrienverge"; 13 inherit repo; 14 rev = "v${version}"; 15 + sha256 = "1p7zfysqvivca565ifb5anla3rgqavq2npavj1vlmhipa01080lk"; 16 }; 17 18 nativeBuildInputs = [ autoreconfHook pkgconfig ];