about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-06 22:31:57 +0100
committerGitHub <noreply@github.com>2024-03-06 22:31:57 +0100
commit95b89e5d0747661e2343a89d6c967e032c8eb4ad (patch)
treef604997046e0ee30938df36e9b2842681a6dd5d9 /pkgs/tools/system
parentd95269b1f06354ecaed3e99f4002e334c6f2884e (diff)
parent200a35c8c45b5e9debce8c7b954f0e867d59271f (diff)
downloadnixlib-95b89e5d0747661e2343a89d6c967e032c8eb4ad.tar
nixlib-95b89e5d0747661e2343a89d6c967e032c8eb4ad.tar.gz
nixlib-95b89e5d0747661e2343a89d6c967e032c8eb4ad.tar.bz2
nixlib-95b89e5d0747661e2343a89d6c967e032c8eb4ad.tar.lz
nixlib-95b89e5d0747661e2343a89d6c967e032c8eb4ad.tar.xz
nixlib-95b89e5d0747661e2343a89d6c967e032c8eb4ad.tar.zst
nixlib-95b89e5d0747661e2343a89d6c967e032c8eb4ad.zip
Merge pull request #290680 from r-ryantm/auto-update/automatic-timezoned
automatic-timezoned: 2.0.0 -> 2.0.4
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 d0f928f29291..2bac409565fa 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.0";
+  version = "2.0.4";
 
   src = fetchFromGitHub {
     owner = "maxbrunet";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-t7AozR3R+msppRnHTPRy3hd2SuCR9NZdg85+FLqSWEc=";
+    sha256 = "sha256-znoQPpnBU3cLxNmnIKvqj/fIuZDGCdmICx2UL1tqAnc=";
   };
 
-  cargoHash = "sha256-d+SDI5keZ044LtS/A3K26moFVQngUfNNfr33PipTTg4=";
+  cargoHash = "sha256-1G81O+WKGVnRLGS6/6iiqsMiY5AaFrzEa9JD1MBDSGY=";
 
   meta = with lib; {
     description = "Automatically update system timezone based on location";