3
0
Fork 0
forked from mirrors/nixpkgs

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

automatic-timezoned: 1.0.55 -> 1.0.57
This commit is contained in:
Weijia Wang 2023-01-26 00:30:13 +01:00 committed by GitHub
commit 45ef4e622c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "automatic-timezoned";
version = "1.0.55";
version = "1.0.57";
src = fetchFromGitHub {
owner = "maxbrunet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-80GP7w3YF7RNMTlSI5SCQfugjkNBweX5BcYk4ODimBQ=";
sha256 = "sha256-Wb7X4eDG9vZLJF5b9JPb0JVjQgstFo7Zr1MnidKcuZI=";
};
cargoHash = "sha256-WtqK8T/3Mo/y3cPn8d6kDzC59qE70JUHFdHk7mFpP1k=";
cargoHash = "sha256-BcIGaAGTwm8QBvrL7J91asNEpnFdsgDtRPDSWdE9JHI=";
meta = with lib; {
description = "Automatically update system timezone based on location";