openvpn3: 24 -> 24.1

Fixes CVE-2025-3908.

https://github.com/OpenVPN/openvpn3-linux/releases/tag/v24.1
This commit is contained in:
Thomas Gerbet
2025-05-20 18:31:35 +02:00
parent 2459a9ab9b
commit 7dad80a626
+2 -2
View File
@@ -28,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "openvpn3";
# also update openvpn3-core
version = "24";
version = "24.1";
src = fetchFromGitHub {
owner = "OpenVPN";
repo = "openvpn3-linux";
tag = "v${version}";
hash = "sha256-e3NRLrznTEolTzMO+kGEh48MCrcEr8p7JG3hG889aK4=";
hash = "sha256-E6SBVPHmejXB18RuNCNq62yWOJslZfIjVbNUdRIk5Sw=";
# `openvpn3-core` is a submodule.
# TODO: make it into a separate package
fetchSubmodules = true;