7 rustPlatform.buildRustPackage rec {
11 src = fetchFromSourcehut {
15 hash = "sha256-HEnUfOLeRTi2dRRqjDPVwVVHo/GN9wE28x5qv3qOpCY=";
18 cargoHash = "sha256-Znwni7uMnG9cpZbztUMY1j73K+XrDLv5zyNEZDoxWg4=";
19 passthru.updateScript = gitUpdater { };
22 description = "CLI utility to get icons for apps on your system or other generic icons by name";
23 mainProgram = "geticons";
24 homepage = "https://git.sr.ht/~zethra/geticons";
25 license = with licenses; [ gpl3Plus ];
26 maintainers = with maintainers; [ Madouura ];