9 pname = "ddns-updater";
12 src = fetchFromGitHub {
14 repo = "ddns-updater";
16 hash = "sha256-U8Vw7dsj/efqvpooT3QQjNp41AuGYJ/Gz/pA8Em3diE=";
19 vendorHash = "sha256-M9Al3zl2Ltv4yWdyRB3+9zpTr3foliu5WweImHltz3M=";
26 subPackages = [ "cmd/updater" ];
30 inherit (nixosTests) ddns-updater;
32 updateScript = nix-update-script { };
36 mv $out/bin/updater $out/bin/ddns-updater
40 description = "Container to update DNS records periodically with WebUI for many DNS providers";
41 homepage = "https://github.com/qdm12/ddns-updater";
42 license = licenses.mit;
43 maintainers = with maintainers; [ delliott ];
44 mainProgram = "ddns-updater";