9 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-I8mzOUvm72KLLBumpgn9gNyx9FKvUrB4ze1iM1+OA18=";
21 cargoHash = "sha256-rfN4QERs1H1G7ZZim//78vlxbYfU4Cx7SYYUz/QLKeU=";
23 buildInputs = lib.optionals stdenvNoCC.hostPlatform.isDarwin [
29 description = "Alternative to *fetch, uwuifies all stats";
30 homepage = "https://github.com/netthier/owofetch-rs";
31 license = licenses.gpl3Only;
32 platforms = platforms.x86_64;
33 maintainers = with maintainers; [ nullishamy ];
34 mainProgram = "owofetch";