6 rustPlatform.buildRustPackage rec {
7 pname = "automatic-timezoned";
10 src = fetchFromGitHub {
14 sha256 = "sha256-NWVc+rPlW3GFHTADKEHjzDAHiicKd4HlJSD4MR2mqGQ=";
17 cargoHash = "sha256-6QPgBP8K4HvivlVxWzIX8y37ltHEScUzmf5Js8gMN34=";
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";