13 rustPlatform.buildRustPackage rec {
17 src = fetchFromGitHub {
21 hash = "sha256-V7N9NFIc/WWxLaahkjdS47Qj8sc3HRdKSkrBqi1ngA8=";
25 lockFile = ./Cargo.lock;
27 "bincode-2.0.0-rc.3" = "sha256-YCoTnIKqRObeyfTanjptTYeD9U2b2c+d4CJFWIiGckI=";
39 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
40 darwin.apple_sdk.frameworks.Security
41 darwin.apple_sdk.frameworks.SystemConfiguration
44 buildFeatures = [ "web" ];
47 description = "Tool to easily work with timezone lookups via a binary, a library, or a server";
48 homepage = "https://github.com/twitchax/rtz";
49 changelog = "https://github.com/twitchax/rtz/releases/tag/${src.rev}";
50 license = licenses.mit;
51 maintainers = with maintainers; [ figsoda ];