about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-22 10:13:09 -0400
committerGitHub <noreply@github.com>2024-06-22 10:13:09 -0400
commit471e99df44603dc721570e373370e6aca821fda2 (patch)
treed638f3947d2a2d484999dcc76cbf21ce3b8b4c03 /pkgs/tools
parent9d264360ea0e9e94296917613f1e057bef684532 (diff)
parent0c5c39dfdff4b8e7db979f6ff0bf4acbd9a545db (diff)
Merge pull request #321681 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 2.0.16 -> 2.0.17
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 c0a5e76d06775..291da3c786ead 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 = "2.0.16";
+  version = "2.0.17";
 
   src = fetchFromGitHub {
     owner = "maxbrunet";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Ew2UiWq/K93HfKqaQoDHPrkKgHkgzzzdQwJTXmSYTeE=";
+    sha256 = "sha256-La6d4se3mvoBIWjlw61ehIvoEwHqeny+4/MBGpeTYE8=";
   };
 
-  cargoHash = "sha256-HsLDpfdL5/rQU8usKiWRnbZ5s6XxchbHpp+9SFhoDi4=";
+  cargoHash = "sha256-Wp+e83/lGUlZwSJcHcfGXAeUfiy9fDVjZJsWKbUIQGA=";
 
   meta = with lib; {
     description = "Automatically update system timezone based on location";