[Backport release-26.05] openvpn: 2.6.19 -> 2.6.21 (#538714)

This commit is contained in:
Thomas Gerbet
2026-07-05 18:58:38 +00:00
committed by GitHub

View File

@@ -23,11 +23,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openvpn";
version = "2.6.19";
version = "2.6.21";
src = fetchurl {
url = "https://swupdate.openvpn.net/community/releases/openvpn-${finalAttrs.version}.tar.gz";
hash = "sha256-E3AlJvaHwYslQMGj8uGJGHuqplIR7c9/9ncvpp8FNs8=";
hash = "sha256-JMthheVEpHMj1nmLA9OfI2fZbyJ77pzRVD6O1Sgxmxc=";
};
nativeBuildInputs = [