Merge pull request #225875 from name-snrl/openvpn3_v20

This commit is contained in:
Sandro 2023-04-20 21:21:11 +02:00 committed by GitHub
commit 06085dae11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,13 +30,13 @@ in
stdenv.mkDerivation rec {
pname = "openvpn3";
# also update openvpn3-core
version = "19_beta";
version = "20";
src = fetchFromGitHub {
owner = "OpenVPN";
repo = "openvpn3-linux";
rev = "v${version}";
hash = "sha256-5dhxJBJMtNvxLZdcvJSOIDdLVBu3i9ak4A+hz5YsIds=";
hash = "sha256-Weyb+rcx04mpDdcL7Qt4O+PvPf5MLPAP/Uy+8qoNXbQ=";
};
postPatch = ''