12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
17 owner = "Orange-OpenSource";
20 hash = "sha256-gSkiNwRR47CZ1YjVa5o8EByCzWBAYPfsMRXydTwFwp0=";
23 cargoHash = "sha256-dY00xcMnOCWhdRzC+3mTHSIqeYEPUDBJeYd/GiLM/38=";
33 ] ++ lib.optionals stdenv.isDarwin [
37 # Tests require network access to a test server
41 installManPage docs/manual/hurl.1 docs/manual/hurlfmt.1
45 description = "Command line tool that performs HTTP requests defined in a simple plain text format";
46 homepage = "https://hurl.dev/";
47 changelog = "https://github.com/Orange-OpenSource/hurl/blob/${version}/CHANGELOG.md";
48 maintainers = with maintainers; [ eonpatapon figsoda ];
49 license = licenses.asl20;