automatic-timezoned 1.0.60 -> 1.0.61 https://github.com/maxbrunet/automatic-timezoned/releases attrpath: automatic-timezoned Checking auto update branch... No auto update branch exists Old version 1.0.60" not present in master derivation file with contents: { lib , fetchFromGitHub , rustPlatform }: rustPlatform.buildRustPackage rec { pname = "automatic-timezoned"; version = "1.0.61"; src = fetchFromGitHub { owner = "maxbrunet"; repo = pname; rev = "v${version}"; sha256 = "sha256-BAUvqRgcHVVFuTNX9W0PiYF3f1yd2mJxmE7It9as4gs="; }; cargoHash = "sha256-baQP9GEkZx5dSm64GpQ0h5SKQUzZALyplRUKEKX0K8U="; meta = with lib; { description = "Automatically update system timezone based on location"; homepage = "https://github.com/maxbrunet/automatic-timezoned"; changelog = "https://github.com/maxbrunet/automatic-timezoned/blob/v${version}/CHANGELOG.md"; license = licenses.gpl3; maintainers = with maintainers; [ maxbrunet ]; platforms = platforms.linux; }; }