Skip to content

Commit

Permalink
ddns-updater: 2.7.0 -> 2.9.0 (#372915)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 11, 2025
2 parents acdcf1a + 99f659a commit 4c0c2a9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pkgs/by-name/dd/ddns-updater/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
}:
buildGoModule rec {
pname = "ddns-updater";
version = "2.7.0";
version = "2.9.0";

src = fetchFromGitHub {
owner = "qdm12";
repo = "ddns-updater";
rev = "v${version}";
hash = "sha256-U8Vw7dsj/efqvpooT3QQjNp41AuGYJ/Gz/pA8Em3diE=";
hash = "sha256-Vvk3owtSpwstmC5UaVyUEY+FW25KA+nYp2dOqiP4HTs=";
};

vendorHash = "sha256-M9Al3zl2Ltv4yWdyRB3+9zpTr3foliu5WweImHltz3M=";
vendorHash = "sha256-RKaUgE/cdzattMWMxiJ5fIXjx3IKE+On6dT/P6y4wqU=";

ldflags = [
"-s"
"-w"
];

subPackages = [ "cmd/updater" ];
subPackages = [ "cmd/ddns-updater" ];

passthru = {
tests = {
Expand All @@ -32,10 +32,6 @@ buildGoModule rec {
updateScript = nix-update-script { };
};

postInstall = ''
mv $out/bin/updater $out/bin/ddns-updater
'';

meta = with lib; {
description = "Container to update DNS records periodically with WebUI for many DNS providers";
homepage = "https://github.com/qdm12/ddns-updater";
Expand Down

0 comments on commit 4c0c2a9

Please sign in to comment.