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

automatic-timezoned: 2.0.66 -> 2.0.67 (#394947)

parents c166da8d c9e57689
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,17 +5,17 @@

rustPlatform.buildRustPackage rec {
  pname = "automatic-timezoned";
  version = "2.0.66";
  version = "2.0.67";

  src = fetchFromGitHub {
    owner = "maxbrunet";
    repo = "automatic-timezoned";
    rev = "v${version}";
    sha256 = "sha256-Hf3g0USudI6Df1Js1lRWFVHo2np5ZpCnEXX312Fx7EM=";
    sha256 = "sha256-j7wQ7jUiXpiDdGBDSiGkIcnnrwkJZESiwB4yqxp0moU=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-tM3ikX51ZWadtRe2bnmIo167Hw0e5wjoY86Z5hFLizI=";
  cargoHash = "sha256-AIZnpE9ULyZnKNOtpoTP1VQYXMAxEuDiHWdEJGiGo5Q=";

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