7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
12 owner = "PixelSergey";
15 hash = "sha256-PB871c137uxxPaYbV6NB8kECVUrQWTeVz0ciVLHrph4=";
18 cargoHash = "sha256-4BoKZUgt4jf8jy2HU3J6RuT0GXNqkJnBUR09wNlNm7E=";
21 ln -s $out/bin/meow-cli $out/bin/meow
25 description = "Print ASCII cats to your terminal";
26 homepage = "https://github.com/PixelSergey/meow";
27 license = lib.licenses.mit;
29 maintainers = with lib.maintainers; [ pixelsergey ];