automatic-timezoned: 2.0.75 -> 2.0.76 (#410598)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:59:43 +00:00 committed by GitHub
commit 18851ab3f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "automatic-timezoned";
version = "2.0.75";
version = "2.0.76";
src = fetchFromGitHub {
owner = "maxbrunet";
repo = "automatic-timezoned";
rev = "v${version}";
sha256 = "sha256-DEHnMgHJTpf2t7iqaYC7AvG8Su4dTCCalnEwP75T8rA=";
sha256 = "sha256-fObJL4AOVGW/b050kh0/zpAg/BLzLpgop70SgvGqW6E=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-b6f6BDIPygXvXKEXxzy2KW/khk5RuUIhgBfcB30IqQc=";
cargoHash = "sha256-msoYCTrBgq4xdQiKRvyyQ5seWceyRBM7StFvJ/8MDJ4=";
meta = with lib; {
description = "Automatically update system timezone based on location";