openvpn3: 19_beta -> 20

This commit is contained in:
name_snrl 2023-04-12 15:38:43 +06:00
parent 9317e60776
commit f1dffc4fd4

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 = ''