8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-y0NO9YcOO7T7Cqc+/WeactwBAkeUqdCca87afOlO1Bk=";
19 cargoHash = "sha256-2I0XusAI98WLzGcwEorPmtcK3VkpwpkIn0JKwn3gT1c=";
21 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
22 darwin.apple_sdk.frameworks.CoreFoundation
23 darwin.apple_sdk.frameworks.SystemConfiguration
27 description = "Simple system fetch written in rust";
28 homepage = "https://github.com/IogaMaster/leaf";
29 license = licenses.mit;
30 maintainers = with maintainers; [ iogamaster ];