8 rustPlatform.buildRustPackage {
12 src = fetchFromGitHub {
16 hash = "sha256-ZYHrDBJ8cTqJAh2KUGSCsS1bY/emHRodPxZX2vxAhDs=";
19 cargoHash = "sha256-F0WAtpAjBwL5YfzGtPgn7WTL6lgx3bjZFBQdDpjCr3I=";
22 description = "Cowsay, but with a cute kitty :3";
23 homepage = "https://github.com/uncenter/kittysay";
24 license = lib.licenses.gpl3Only;
25 maintainers = with lib.maintainers; [isabelroses uncenter];
26 mainProgram = "kittysay";