godns: add updateScript
This commit is contained in:
parent
ec4e18bfb8
commit
ccf95d84b1
1 changed files with 3 additions and 1 deletions
|
@ -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…
Reference in a new issue