about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 14:09:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-29 14:09:33 +0000
commit200a35c8c45b5e9debce8c7b954f0e867d59271f (patch)
tree3ce092a775641d9cb264f3cef319a40734200606 /pkgs/tools/system
parent575147aed746e3230b46795176e50645b8fe8387 (diff)
downloadnixlib-200a35c8c45b5e9debce8c7b954f0e867d59271f.tar
nixlib-200a35c8c45b5e9debce8c7b954f0e867d59271f.tar.gz
nixlib-200a35c8c45b5e9debce8c7b954f0e867d59271f.tar.bz2
nixlib-200a35c8c45b5e9debce8c7b954f0e867d59271f.tar.lz
nixlib-200a35c8c45b5e9debce8c7b954f0e867d59271f.tar.xz
nixlib-200a35c8c45b5e9debce8c7b954f0e867d59271f.tar.zst
nixlib-200a35c8c45b5e9debce8c7b954f0e867d59271f.zip
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";