mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
openconnect: 8.20 -> 9.01
https://gitlab.com/openconnect/openconnect/-/tags/v9.01
This commit is contained in:
parent
1d6059cbd5
commit
bf1904c305
@ -5,10 +5,10 @@ let
|
||||
};
|
||||
in rec {
|
||||
openconnect = common rec {
|
||||
version = "8.20";
|
||||
version = "9.01";
|
||||
src = fetchurl {
|
||||
url = "ftp://ftp.infradead.org/pub/openconnect/openconnect-${version}.tar.gz";
|
||||
sha256 = "sha256-wUUjhMb3lrruRdTpGa4b/CgdbIiGLh9kaizFE/xE5Ys=";
|
||||
sha256 = "sha256-s9f6+DDpeTKZ1qQegdhM1KPieJwUjJ5ZjkWFAQCQ5Mc=";
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user