1 { lib, fetchFromGitHub, rustPlatform }:
3 in rustPlatform.buildRustPackage {
4 pname = "catppuccin-whiskers";
7 src = fetchFromGitHub {
10 rev = "refs/tags/v${version}";
11 hash = "sha256-rbPr5eSs99nS70J785SWO7tVBdiX/S7XUNHuo3aOQU4=";
14 cargoHash = "sha256-T7dreELSHfJizfbJEvvgkOmkMwlOETZVUdLwRFJOJEo=";
17 homepage = "https://github.com/catppuccin/whiskers";
18 description = "A templating tool to simplify the creation of Catppuccin ports";
19 license = lib.licenses.mit;
20 maintainers = with lib.maintainers; [ Name ];
21 mainProgram = "whiskers";