summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-09-22 11:02:36 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-09-22 11:02:36 +0000
commitb6ea347f31c655c8fd2fa2192fef06c1e043880d (patch)
treeafa423f9c7f93fccc4b6312ee81ab9f04cd931fc /pkgs/tools/system
parente35dcc04a3853da485a396bdd332217d0ac9054f (diff)
downloadnixpkgs-b6ea347f31c655c8fd2fa2192fef06c1e043880d.tar
nixpkgs-b6ea347f31c655c8fd2fa2192fef06c1e043880d.tar.gz
nixpkgs-b6ea347f31c655c8fd2fa2192fef06c1e043880d.tar.bz2
nixpkgs-b6ea347f31c655c8fd2fa2192fef06c1e043880d.tar.lz
nixpkgs-b6ea347f31c655c8fd2fa2192fef06c1e043880d.tar.xz
nixpkgs-b6ea347f31c655c8fd2fa2192fef06c1e043880d.tar.zst
nixpkgs-b6ea347f31c655c8fd2fa2192fef06c1e043880d.zip
automatic-timezoned: 1.0.125 -> 1.0.127
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 9e936c2dfc7..4b3a5622119 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.125";
+  version = "1.0.127";
 
   src = fetchFromGitHub {
     owner = "maxbrunet";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-gXuAgiz4pqc1UXTqU47G8Dve+RdCM/61jIROzy6bzII=";
+    sha256 = "sha256-djPL2fMxsaDp4a5asNB5ik89hS+noFGPuqxhT0iESuA=";
   };
 
-  cargoHash = "sha256-8zW5CHgAZHMcIIhtyjf4WA/lB+eUWiH/Nu4vkwrAx3Q=";
+  cargoHash = "sha256-AYGDwqItidVv6XYflm1/jwe0tUlgpFXWXJd+6MDjNF8=";
 
   meta = with lib; {
     description = "Automatically update system timezone based on location";