mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-20 15:41:16 +00:00
wg-ddns: 1.3 -> 1.4 (#540662)
This commit is contained in:
@@ -9026,6 +9026,11 @@
|
||||
githubId = 5198058;
|
||||
name = "Udo Sauer";
|
||||
};
|
||||
fernvenue = {
|
||||
github = "fernvenue";
|
||||
githubId = 84565547;
|
||||
name = "fernvenue";
|
||||
};
|
||||
feyorsh = {
|
||||
email = "george@feyor.sh";
|
||||
github = "Feyorsh";
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user