summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-25 09:34:42 -0400
committerGitHub <noreply@github.com>2023-10-25 09:34:42 -0400
commit399dfc98d3c41456cda03ac13ad53b8012a8e749 (patch)
treedfb3266063bcc291cc3f8af9bd8906dabae28f9d /pkgs/tools/system
parentc0837d69bb7cd4d454fa0f56ad1d7866e0a02022 (diff)
parent8d736533d8d883073b63eed032caca2560742f5b (diff)
Merge pull request #263254 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 1.0.129 -> 1.0.130
Diffstat (limited to 'pkgs/tools/system')
-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 ff64d0aec7eb7..709558fad5084 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.129";
+  version = "1.0.130";
 
   src = fetchFromGitHub {
     owner = "maxbrunet";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-U6nuPzXvqIn4KqKbPNeCvTg6IbVF6EQ4hDm9SZsre70=";
+    sha256 = "sha256-uQg3segJamYrM8RRP5BEE7O1Jepr20ucdNUVwNllQlw=";
   };
 
-  cargoHash = "sha256-2Uf78T38ot03xgv8nsoJKmHCXbbJgOE4WFhVAOdUcOA=";
+  cargoHash = "sha256-8DEvGRerIV9PB4uPAzFwymb67gcg9wdO8rruENR2M6Q=";
 
   meta = with lib; {
     description = "Automatically update system timezone based on location";