7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-eod4yFzX7pATNQmG7jU+r9mnC9nprJ55ufMXpKjw/YI=";
18 cargoHash = "sha256-5+lp5xlwJxFDqzVxptJPX7z0iLoMkgdwHxvRVIXHF7Y=";
21 description = "Set the system timezone based on IP geolocation";
22 homepage = "https://github.com/cdown/tzupdate";
23 license = lib.licenses.mit;
24 maintainers = with lib.maintainers; [
28 platforms = lib.platforms.linux;
29 mainProgram = "tzupdate";