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 # nixpkgs-update: no auto update
33 # Necessary only as rryantm keeps getting confused and thinks 2.6.1 is newer than 2.7.0
34 # TODO remove once version newer than 2.7.0 is released
35 updateScript = nix-update-script { };
39 mv $out/bin/updater $out/bin/ddns-updater
43 description = "Container to update DNS records periodically with WebUI for many DNS providers";
44 homepage = "https://github.com/qdm12/ddns-updater";
45 license = licenses.mit;
46 maintainers = with maintainers; [ delliott ];
47 mainProgram = "ddns-updater";