openvpn: 2.6.9 -> 2.6.10

This commit is contained in:
R. Ryantm 2024-03-21 00:42:09 +00:00
parent 71a5d2c832
commit 7c6425a21a

View File

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