about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-05 14:42:57 -0500
committerGitHub <noreply@github.com>2024-01-05 14:42:57 -0500
commit87c92c01c47ed914784f8eea0aece0e0b7770937 (patch)
tree35c6cd99c88fcae81e4bda60533811516e4ed663 /pkgs
parentad9377eca633c1f6d2b8900f30ae5aff82e4d05e (diff)
parentfc72865ab86d6d02e53caa3a70a53ccfa09f8a48 (diff)
Merge pull request #278910 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 1.0.138 -> 1.0.139
Diffstat (limited to 'pkgs')
-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 52102fcb1872f..f421517e18a1a 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.138";
+  version = "1.0.139";
 
   src = fetchFromGitHub {
     owner = "maxbrunet";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-QygghEMpIoYaIIzINHXKUQmkCdoZdScZLHlIW9sObWk=";
+    sha256 = "sha256-ZFmALMhZPwsea+UWIyGeKh8x9wmMQlNjJ2m1Ym4FOcM=";
   };
 
-  cargoHash = "sha256-HLqONTd+8kn6nUWEEJTGevJxntnfYEu5e41/wvENZAw=";
+  cargoHash = "sha256-UZMaEqhMNYZHa2UHLtCPK+8XN1Jl54BZmFZn4NB+Nn8=";
 
   meta = with lib; {
     description = "Automatically update system timezone based on location";