Merge pull request #321424 from r-ryantm/auto-update/openvpn

openvpn: 2.6.10 -> 2.6.11
This commit is contained in:
Pol Dellaiera 2024-06-21 22:26:29 +02:00 committed by GitHub
commit 75d0dec8a0
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.11";
src = fetchurl {
url = "https://swupdate.openvpn.net/community/releases/openvpn-${finalAttrs.version}.tar.gz";
hash = "sha256-GZO7t7nttDBibqokVz+IH9PfZC9Cf8uCSxrtH8obzJs=";
hash = "sha256-1grfQT034R5uY1McrPJlWQZ1YEa07f/oihO54v7EDV4=";
};
nativeBuildInputs = [ pkg-config ];