Merge pull request #124154 from LeSuisse/openvpn-2.5.2

openvpn: 2.5.0 -> 2.5.2, openvpn_24: 2.4.9 -> 2.4.11
This commit is contained in:
Robert Schütz 2021-05-28 01:01:27 +02:00 committed by GitHub
commit e6e260cbf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,12 +78,12 @@ let
in
{
openvpn_24 = generic {
version = "2.4.9";
sha256 = "1qpbllwlha7cffsd5dlddb8rl22g9rar5zflkz1wrcllhvfkl7v4";
version = "2.4.11";
sha256 = "06s4m0xvixjhd3azrzbsf4j86kah4xwr2jp6cmcpc7db33rfyyg5";
};
openvpn = generic {
version = "2.5.0";
sha256 = "sha256-AppCbkTWVstOEYkxnJX+b8mGQkdyT1WZ2Z35xMNHj70=";
version = "2.5.2";
sha256 = "sha256-sSdDg2kB82Xvr4KrJJOWfhshwh60POmo2hACoXycHcg=";
};
}