14 rustPlatform.buildRustPackage rec {
18 src = fetchFromGitHub {
22 hash = "sha256-V7N9NFIc/WWxLaahkjdS47Qj8sc3HRdKSkrBqi1ngA8=";
26 lockFile = ./Cargo.lock;
28 "bincode-2.0.0-rc.3" = "sha256-YCoTnIKqRObeyfTanjptTYeD9U2b2c+d4CJFWIiGckI=";
42 ++ lib.optionals stdenv.hostPlatform.isDarwin [
43 darwin.apple_sdk.frameworks.Security
44 darwin.apple_sdk.frameworks.SystemConfiguration
47 buildFeatures = [ "web" ];
50 description = "Tool to easily work with timezone lookups via a binary, a library, or a server";
51 homepage = "https://github.com/twitchax/rtz";
52 changelog = "https://github.com/twitchax/rtz/releases/tag/${src.rev}";
53 license = licenses.mit;
54 maintainers = with maintainers; [ figsoda ];