6 rustPlatform.buildRustPackage rec {
7 pname = "automatic-timezoned";
10 src = fetchFromGitHub {
14 sha256 = "sha256-q7WEG5Y8YpRUwNgp+SLi2eV9Z/Ork6+QZmPqxpUf60I=";
17 cargoHash = "sha256-DJAQqPRcscYdrMYP0L09T6TtmDh3wuS89cWCvscyAak=";
20 description = "Automatically update system timezone based on location";
21 homepage = "https://github.com/maxbrunet/automatic-timezoned";
22 changelog = "https://github.com/maxbrunet/automatic-timezoned/blob/v${version}/CHANGELOG.md";
23 license = licenses.gpl3;
24 maintainers = with maintainers; [ maxbrunet ];
25 platforms = platforms.linux;
26 mainProgram = "automatic-timezoned";