diff options
author | Nick Cao <nickcao@nichi.co> | 2023-12-13 09:33:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 09:33:48 -0500 |
commit | ff31bc82fff818f93f4c40e32656686e0c142e07 (patch) | |
tree | 751c3d6cb1ea25df7105443924590db2c664495f /pkgs/tools | |
parent | 45314422f4c1218ecd4080b4332a4bf71186fdb2 (diff) | |
parent | bccc6afcce6a3ad01732c4082526e1c2bc3d48c6 (diff) |
Merge pull request #273905 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 1.0.131 -> 1.0.137
Diffstat (limited to 'pkgs/tools')
-rw-r--r-- | pkgs/tools/system/automatic-timezoned/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/automatic-timezoned/default.nix b/pkgs/tools/system/automatic-timezoned/default.nix index f6bfe6db6958c..edc02b3f44655 100644 --- a/pkgs/tools/system/automatic-timezoned/default.nix +++ b/pkgs/tools/system/automatic-timezoned/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "automatic-timezoned"; - version = "1.0.131"; + version = "1.0.137"; src = fetchFromGitHub { owner = "maxbrunet"; repo = pname; rev = "v${version}"; - sha256 = "sha256-92OpvUt+0iN+UdEGjDdVCjUUlbuOjUgOjc+DGMUnx9U="; + sha256 = "sha256-+/P+pt79kGIr399c3oTwqbvtMc1nJNRhBYmYJsLrmDg="; }; - cargoHash = "sha256-FaQwxt3XcDOXlzcKEdMyE9TpmGykQOnJdxtM3EqMpfU="; + cargoHash = "sha256-QCWlyuoogrU09JvP+X5If1KcYjaoL0zVhBexXwSqc1U="; meta = with lib; { description = "Automatically update system timezone based on location"; |