automatic-timezoned: 2.0.83 -> 2.0.84 (#429987)

This commit is contained in:
Nick Cao 2025-08-01 12:30:05 -04:00 committed by GitHub
commit d2646687db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "automatic-timezoned"; pname = "automatic-timezoned";
version = "2.0.83"; version = "2.0.84";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "maxbrunet"; owner = "maxbrunet";
repo = "automatic-timezoned"; repo = "automatic-timezoned";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-jrRuQXzx1dBIjXswVFq5szydj2GNEBPgpGj7K1vvQkE="; sha256 = "sha256-Ul9bzMC8MfbfE4PDi3O8mhsImbspOcBDqTZOoVVeP/0=";
}; };
cargoHash = "sha256-itZPo0GuTdWr2NYBluvf5/jQlwGVDZsPurIfftL94gk="; cargoHash = "sha256-GroKztTpPWTw/tyrPWfld1ix0BnkjphwHM3J/17byqM=";
meta = { meta = {
description = "Automatically update system timezone based on location"; description = "Automatically update system timezone based on location";