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

openvpn: 2.6.9 -> 2.6.10
This commit is contained in:
Pol Dellaiera 2024-03-25 08:54:47 +01:00 committed by GitHub
commit b95879a53b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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