Merge pull request #299067 from r-ryantm/auto-update/automatic-timezoned

automatic-timezoned: 2.0.9 -> 2.0.10
This commit is contained in:
Nick Cao
2024-03-26 09:27:29 -04:00
committed by GitHub
@@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "automatic-timezoned";
version = "2.0.9";
version = "2.0.10";
src = fetchFromGitHub {
owner = "maxbrunet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-v8oPKjMG3IRZoXSw349ftcQmjk4zojgmPoLBR6x1+9E=";
sha256 = "sha256-NAnVPTH1pRFVsEPg4NV+TLBjMEFOmmBOP90z88TGZ9s=";
};
cargoHash = "sha256-M7OWLPmHwG+Vt/agkq0YqKiefXsVdmeMdXI5CkxQrwg=";
cargoHash = "sha256-60CuoGqDSwb5YPeM+ueeU80R7F86eVS2SH2bY91yfu0=";
meta = with lib; {
description = "Automatically update system timezone based on location";