8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
13 owner = "n0-computer";
16 hash = "sha256-gPuzwJtQdQDFVuWYoH/TGSf+Fp++UvK9D7mL41p9eOk=";
19 cargoHash = "sha256-ML+USTwdMLyLcc3Fzu/eD7J7s7Sa1lEOZm/txjZv31E=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin (
22 with darwin.apple_sdk.frameworks; [
28 description = "Tool to send files and directories, based on iroh";
29 homepage = "https://iroh.computer/sendme";
30 license = with licenses; [ asl20 mit ];
31 maintainers = with maintainers; [ cameronfyfe ];
32 mainProgram = "sendme";