Merge pull request #335914 from risicle/ris-openvpn-2.6.12-r24.05

[24.05] openvpn: 2.6.10 -> 2.6.12
This commit is contained in:
Thomas Gerbet 2024-08-20 23:59:48 +02:00 committed by GitHub
commit de8bf3d2e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,11 +21,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "openvpn";
version = "2.6.10";
version = "2.6.12";
src = fetchurl {
url = "https://swupdate.openvpn.net/community/releases/openvpn-${finalAttrs.version}.tar.gz";
hash = "sha256-GZO7t7nttDBibqokVz+IH9PfZC9Cf8uCSxrtH8obzJs=";
hash = "sha256-HGEP3etobjTxNnw0fgJ+QY4HUjoQ9NjOSiwq8vYaGSk=";
};
nativeBuildInputs = [ pkg-config ];