openvpn3: add passthru.updateScript (#402044)

This commit is contained in:
Peder Bergebakken Sundt
2025-06-21 10:19:09 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+3
View File
@@ -6,6 +6,7 @@
ninja,
glib,
pkg-config,
nix-update-script,
}:
stdenv.mkDerivation rec {
@@ -30,6 +31,8 @@ stdenv.mkDerivation rec {
buildInputs = [ glib ];
passthru.updateScript = nix-update-script { };
meta = {
description = "GDBus++ - a glib2 D-Bus wrapper for C++";
longDescription = ''
+3 -1
View File
@@ -22,12 +22,12 @@
gdbuspp,
cmake,
git,
nix-update-script,
enableSystemdResolved ? true,
}:
stdenv.mkDerivation rec {
pname = "openvpn3";
# also update openvpn3-core
version = "24.1";
src = fetchFromGitHub {
@@ -114,6 +114,8 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = "-lpthread";
passthru.updateScript = nix-update-script { };
meta = {
description = "OpenVPN 3 Linux client";
license = lib.licenses.agpl3Plus;