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

automatic-timezoned: 2.0.83 -> 2.0.84 (#429987)

parents 38ee02a8 6393db10
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "automatic-timezoned";
  version = "2.0.83";
  version = "2.0.84";

  src = fetchFromGitHub {
    owner = "maxbrunet";
    repo = "automatic-timezoned";
    rev = "v${version}";
    sha256 = "sha256-jrRuQXzx1dBIjXswVFq5szydj2GNEBPgpGj7K1vvQkE=";
    sha256 = "sha256-Ul9bzMC8MfbfE4PDi3O8mhsImbspOcBDqTZOoVVeP/0=";
  };

  cargoHash = "sha256-itZPo0GuTdWr2NYBluvf5/jQlwGVDZsPurIfftL94gk=";
  cargoHash = "sha256-GroKztTpPWTw/tyrPWfld1ix0BnkjphwHM3J/17byqM=";

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