3
0
Fork 0
forked from mirrors/nixpkgs

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

automatic-timezoned: 1.0.139 -> 1.0.146
This commit is contained in:
Nick Cao 2024-01-24 10:19:24 -05:00 committed by GitHub
commit bf251463f9
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.139";
version = "1.0.146";
src = fetchFromGitHub {
owner = "maxbrunet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ZFmALMhZPwsea+UWIyGeKh8x9wmMQlNjJ2m1Ym4FOcM=";
sha256 = "sha256-9cAlpLlYnDa0LiikPLPrc///6UZH+NVah+HLDVHoyTs=";
};
cargoHash = "sha256-UZMaEqhMNYZHa2UHLtCPK+8XN1Jl54BZmFZn4NB+Nn8=";
cargoHash = "sha256-mZf5BBOlqXeC0nb/nTgtHN3ZxNnCuFLr/oMhwOLpbC8=";
meta = with lib; {
description = "Automatically update system timezone based on location";