Unverified Commit bf251463 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

automatic-timezoned: 1.0.139 -> 1.0.146
parents 2f6a29ab 7045f27c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "automatic-timezoned";
  version = "1.0.139";
  version = "1.0.146";

  src = fetchFromGitHub {
    owner = "maxbrunet";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ZFmALMhZPwsea+UWIyGeKh8x9wmMQlNjJ2m1Ym4FOcM=";
    sha256 = "sha256-9cAlpLlYnDa0LiikPLPrc///6UZH+NVah+HLDVHoyTs=";
  };

  cargoHash = "sha256-UZMaEqhMNYZHa2UHLtCPK+8XN1Jl54BZmFZn4NB+Nn8=";
  cargoHash = "sha256-mZf5BBOlqXeC0nb/nTgtHN3ZxNnCuFLr/oMhwOLpbC8=";

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