godns: add updateScript

main
Lin Yinfeng 2 years ago
parent ec4e18bfb8
commit ccf95d84b1
No known key found for this signature in database
GPG Key ID: 46947CB61521FC42
  1. 4
      pkgs/tools/networking/godns/default.nix

@ -1,4 +1,4 @@
{ buildGoModule, fetchFromGitHub, lib }:
{ buildGoModule, fetchFromGitHub, lib, nix-update-script }:
buildGoModule rec {
pname = "godns";
@ -18,6 +18,8 @@ buildGoModule rec {
ldflags = [ "-s" "-w" "-X main.Version=${version}" ];
passthru.updateScript = nix-update-script { attrPath = pname; };
meta = with lib; {
description = "A dynamic DNS client tool supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc";
homepage = "https://github.com/TimothyYe/godns";

Loading…
Cancel
Save