about summary refs log tree commit diff
path: root/pkgs/tools/system/automatic-timezoned/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-30 21:01:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-30 21:01:58 +0000
commit58133faaab4ee46f312e6d7221f43006419bef99 (patch)
treefd8732f1358aed15238288762b144aa2edac9382 /pkgs/tools/system/automatic-timezoned/default.nix
parent592d4ee6e7220fe480f490631b900b7bd50d3860 (diff)
downloadnixlib-58133faaab4ee46f312e6d7221f43006419bef99.tar
nixlib-58133faaab4ee46f312e6d7221f43006419bef99.tar.gz
nixlib-58133faaab4ee46f312e6d7221f43006419bef99.tar.bz2
nixlib-58133faaab4ee46f312e6d7221f43006419bef99.tar.lz
nixlib-58133faaab4ee46f312e6d7221f43006419bef99.tar.xz
nixlib-58133faaab4ee46f312e6d7221f43006419bef99.tar.zst
nixlib-58133faaab4ee46f312e6d7221f43006419bef99.zip
automatic-timezoned: 1.0.92 -> 1.0.93
Diffstat (limited to 'pkgs/tools/system/automatic-timezoned/default.nix')
-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 5c5649a0b8e1..273151b7167d 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.92";
+  version = "1.0.93";
 
   src = fetchFromGitHub {
     owner = "maxbrunet";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-4axtrwCmtc33pInOsb1W3VIfXmUP59j0mFByCl//1z0=";
+    sha256 = "sha256-Kf3rb0htXEActz8mOpKwmV8eRelh1YK67H5ZyjqpyVU=";
   };
 
-  cargoHash = "sha256-V/6SaSk10LLuyPuf3fnyqF2rQlZwG9FRGcQ+3Ao4xQs=";
+  cargoHash = "sha256-JxwcQbK4MeYdAObcJSeXXw/Yq291DH1FQSp9e9/obrs=";
 
   meta = with lib; {
     description = "Automatically update system timezone based on location";