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

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

automatic-timezoned: 1.0.82 -> 1.0.85
parents 4f4c41de e90e0a05
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.82";
  version = "1.0.85";

  src = fetchFromGitHub {
    owner = "maxbrunet";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-ONpOGu2xzCJMQiuqeRfjPiOvuXfnaaah7OvAtHa7F4s=";
    sha256 = "sha256-YHcPAYJVodD9b8FFMhqAI6AOuuB4IHCuc+hCV6foUy8=";
  };

  cargoHash = "sha256-lzhrze7VbI0jCJTLCjc+rZu4xlEYnZ76V9pSeigaCn8=";
  cargoHash = "sha256-NcQgpzuUwhsv0HvV/T1XOy8H3ktGMfxml/bKs/2ChgQ=";

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