wg-ddns: 1.3 -> 1.4 (#540662)

This commit is contained in:
Oleksii Filonenko
2026-07-13 12:07:24 +00:00
committed by GitHub
2 changed files with 12 additions and 4 deletions

View File

@@ -9026,6 +9026,11 @@
githubId = 5198058;
name = "Udo Sauer";
};
fernvenue = {
github = "fernvenue";
githubId = 84565547;
name = "fernvenue";
};
feyorsh = {
email = "george@feyor.sh";
github = "Feyorsh";

View File

@@ -6,22 +6,25 @@
buildGoModule (finalAttrs: {
pname = "wg-ddns";
version = "1.3";
version = "1.4";
src = fetchFromGitHub {
owner = "fernvenue";
repo = "wg-ddns";
tag = "v${finalAttrs.version}";
hash = "sha256-BV57jidn6bPWU/IhhQvIeMF4xHtTm2WZKm4MQRSMM5Y=";
hash = "sha256-Djh/H/PlpwVeJ3T2V/xG8AAJNznYmStCQEMd5uh38us=";
};
vendorHash = "sha256-VfSLrWuvJF4XwAW2BQGxh+3v9RiWmPdysw/nIdt2A9M=";
vendorHash = "sha256-oJOpf7PPQvb5z7nqpW0YjOhsF0UiWt/nlwBvF2SdzsY=";
meta = {
description = "Lightweight tool that provides DDNS dynamic DNS support for WireGuard";
homepage = "https://github.com/fernvenue/wg-ddns";
license = lib.licenses.gpl3Only;
maintainers = [ lib.maintainers.bdim404 ];
maintainers = [
lib.maintainers.fernvenue
lib.maintainers.bdim404
];
platforms = lib.platforms.unix;
mainProgram = "wg-ddns";
};