about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-07 15:46:34 -0400
committerGitHub <noreply@github.com>2024-06-07 15:46:34 -0400
commit0ffd826cc8a6f813329c8e2491c1d3e2ef2df75b (patch)
tree72d07ff87ad6da5bbc2b30dadfd34f61aa2e3060
parentd6004a604533ebbcbdbd92208821a3eea4c292d2 (diff)
parent494c099b9e7534ffe0b0fc29c79a2ca53b506552 (diff)
Merge pull request #317864 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 2.0.14 -> 2.0.15
-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 5cdedcffd1f4e..5c09ebf70253a 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.14";
+  version = "2.0.15";
 
   src = fetchFromGitHub {
     owner = "maxbrunet";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-6jHuN3Ojswhh7dVODlcPWttBxin3kpPn74h88o6QuoM=";
+    sha256 = "sha256-iYsZSWWgapKj5EwGdAsv4YR2sEqGEol3VsZsOPFHAtA=";
   };
 
-  cargoHash = "sha256-EvBinuz3/a4IXLEHin9szng+PvDkf0nu5HWGgrb6G6A=";
+  cargoHash = "sha256-ZlKG+KU1CjxSMA+hZ+kWrJ68kuJjDLJF8dAU/BHCBRw=";
 
   meta = with lib; {
     description = "Automatically update system timezone based on location";