lol

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

automatic-timezoned: 1.0.127 -> 1.0.128

authored by

Nick Cao and committed by
GitHub
441b7c4f 3cf9ef57

+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.127"; 8 + version = "1.0.128"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "maxbrunet"; 12 12 repo = pname; 13 13 rev = "v${version}"; 14 - sha256 = "sha256-djPL2fMxsaDp4a5asNB5ik89hS+noFGPuqxhT0iESuA="; 14 + sha256 = "sha256-h9Iej7vxMYyWSbDrW2nNTxXvY53dr9MidhLiSGahuNw="; 15 15 }; 16 16 17 - cargoHash = "sha256-AYGDwqItidVv6XYflm1/jwe0tUlgpFXWXJd+6MDjNF8="; 17 + cargoHash = "sha256-Toy8xYI9qbqc6C1lehl/Om/xBk2wn0S3mJyU8ZZjE7c="; 18 18 19 19 meta = with lib; { 20 20 description = "Automatically update system timezone based on location";