9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-LgOIL4kg3cH0Eo+Z+RGwxZTPzCNSGAdKT7N8tZWHSQQ=";
20 cargoHash = "sha256-bw0VlPHjNZkpLVJZrB3aaQGkwvQpkJGIn+hi0yn2M4s=";
22 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
23 darwin.apple_sdk.frameworks.Security
27 description = "Super simple HTTP server that replies a fixed body with a fixed response code";
28 homepage = "https://github.com/svenstaro/dummyhttp";
29 license = with licenses; [ mit ];
30 maintainers = with maintainers; [ GuillaumeDesforges ];
31 mainProgram = "dummyhttp";