Skip to content

Commit

Permalink
automatic-timezoned: 2.0.11 -> 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 1, 2024
1 parent 705bad7 commit ec47484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/system/automatic-timezoned/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "automatic-timezoned";
version = "2.0.11";
version = "2.0.12";

src = fetchFromGitHub {
owner = "maxbrunet";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3F9VgLrk+P/KWYI8uY12XrXxHWCXoBR6zhP6xDp0EO0=";
sha256 = "sha256-QOhGjLwVeht5S0jG5Fs/2e0RKExAcDJIMSGqdgARewM=";
};

cargoHash = "sha256-YjGuGvwDTGrPObxttgBOga3pYLVbNh2lBauOyIdHiLw=";
cargoHash = "sha256-TE8W2wYmqC4f9dNwM3UB8444e8eE1sYX/T6hfuCeDOo=";

meta = with lib; {
description = "Automatically update system timezone based on location";
Expand Down

0 comments on commit ec47484

Please sign in to comment.