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