lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

automatic-timezoned: 1.0.55 -> 1.0.57

authored by

Weijia Wang and committed by
GitHub
45ef4e62 6fd1162b

+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.55"; 8 + version = "1.0.57"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "maxbrunet"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-80GP7w3YF7RNMTlSI5SCQfugjkNBweX5BcYk4ODimBQ="; 14 + sha256 = "sha256-Wb7X4eDG9vZLJF5b9JPb0JVjQgstFo7Zr1MnidKcuZI="; 15 15 }; 16 16 17 - cargoHash = "sha256-WtqK8T/3Mo/y3cPn8d6kDzC59qE70JUHFdHk7mFpP1k="; 17 + cargoHash = "sha256-BcIGaAGTwm8QBvrL7J91asNEpnFdsgDtRPDSWdE9JHI="; 18 18 19 19 meta = with lib; { 20 20 description = "Automatically update system timezone based on location";