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

automatic-timezoned: 1.0.146 -> 1.0.147
This commit is contained in:
Nick Cao 2024-02-01 09:10:30 -05:00 committed by GitHub
commit 8a3e75895a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "automatic-timezoned";
version = "1.0.146";
version = "1.0.147";
src = fetchFromGitHub {
owner = "maxbrunet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9cAlpLlYnDa0LiikPLPrc///6UZH+NVah+HLDVHoyTs=";
sha256 = "sha256-4+Sad0Z1JbkUJWyszo0cK3xTR8HLuR3i74ljWXxPqPw=";
};
cargoHash = "sha256-mZf5BBOlqXeC0nb/nTgtHN3ZxNnCuFLr/oMhwOLpbC8=";
cargoHash = "sha256-humC32QujjmcSvRioGAciNFCJXwoepAgO9zDGfdUheY=";
meta = with lib; {
description = "Automatically update system timezone based on location";