Merge pull request #242468 from r-ryantm/auto-update/automatic-timezoned

automatic-timezoned: 1.0.107 -> 1.0.108

authored by

figsoda and committed by
GitHub
f43b56f1 add33939

+3 -3
+3 -3
pkgs/tools/system/automatic-timezoned/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "automatic-timezoned"; 8 - version = "1.0.107"; 8 + version = "1.0.108"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "maxbrunet"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-2xE4ylA7aYrQNSsWVuZs9wstjffLuMPAACj9yH0LAMA="; 14 + sha256 = "sha256-WPSwm11yVSuFTsLmNDn2xGaucyUoSu4EpFVjTpkAMS8="; 15 15 }; 16 16 17 - cargoHash = "sha256-0qzMIQrDMX2kHY0fJd3ud/N90RNiU/pNsqSnUkxC3jY="; 17 + cargoHash = "sha256-XR6SpZhsuMfqx4Ns9g/+DOTm622OU8tltwW9Oe1PE2I="; 18 18 19 19 meta = with lib; { 20 20 description = "Automatically update system timezone based on location";