{ tgcMaintainers, lib, rustPlatform, fetchFromGitHub, ... }: rustPlatform.buildRustPackage (finalAttrs: { pname = "anyrun-emoji"; version = "0.0.0-unstable-2024-06-20"; rev = "651059a0e6efc22f9c1883439be7751d83f2a4c4"; srcHash = "sha256-/HKAoHBEXiCokRu5Ma/esP6KoAQuwBUdQhnyCgppkxY="; cargoHash = "sha256-LCDUFD1FDYHSIBtz8tvDbgJLaT4Dwebhf/ZTnLefriA="; src = fetchFromGitHub { owner = "Shadorain"; repo = finalAttrs.pname; hash = finalAttrs.srcHash; inherit (finalAttrs) rev; }; meta = { description = "Emoji picker for the Wayland popular launcher Anyrun."; homepage = "https://github.com/Shadorain/anyrun-emoji"; license = [ lib.licenses.mit ]; platforms = lib.platforms.linux; maintainers = [ tgcMaintainers.zaphyra ]; }; })