summaryrefslogtreecommitdiffstats
path: root/pkgs/tools
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-01-12 17:50:17 -0500
committerGitHub <noreply@github.com>2023-01-12 17:50:17 -0500
commitf31d193ece1f9db1d15011170ba4ec253ff860a6 (patch)
treeb4b64d3f40e4974202d36b129fb6c75a0b5465f3 /pkgs/tools
parent86f80c8f1bd204019cf69696ad14c33890dad247 (diff)
parent94911f820e96c5bd634e03d74f04c0eafeb0a60c (diff)
Merge pull request #210433 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 1.0.53 -> 1.0.55
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/automatic-timezoned/default.nix6
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 3a985bee371d..cea88a31f600 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.53";
+ version = "1.0.55";
src = fetchFromGitHub {
owner = "maxbrunet";
repo = pname;
rev = "v${version}";
- sha256 = "sha256-HxlaJwrek01yM8CDeaZ24lKBsA3VuanTcMNxnf4MwZc=";
+ sha256 = "sha256-80GP7w3YF7RNMTlSI5SCQfugjkNBweX5BcYk4ODimBQ=";
};
- cargoSha256 = "sha256-jz58E7t8UfYezVozc95ncK96Sv3zHv4jSzgNQjsGc+k=";
+ cargoHash = "sha256-WtqK8T/3Mo/y3cPn8d6kDzC59qE70JUHFdHk7mFpP1k=";
meta = with lib; {
description = "Automatically update system timezone based on location";