11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-bV9NjwTcX1euk8zRJMGkAULegQmiT8z4jxngOwOPr+M=";
22 cargoHash = "sha256-gJg/l7L19qk6DELqo4fYc2ZWTHqKeUFEF3YU3+uyFjQ=";
24 nativeBuildInputs = [ pkg-config ];
28 ++ lib.optionals stdenv.isDarwin [
29 darwin.apple_sdk_11_0.frameworks.IOKit
30 darwin.apple_sdk_11_0.frameworks.Security
31 darwin.apple_sdk_11_0.frameworks.SystemConfiguration
34 passthru.updateScript = nix-update-script { };
37 description = "Powerful, source control friendly REST API testing toolkit";
38 homepage = "https://jikken.io/";
39 changelog = "https://github.com/jikkenio/jikken/blob/${src.rev}/CHANGELOG.md";
40 license = licenses.mit;
41 maintainers = with maintainers; [ vinnymeller ];