9 rustPlatform.buildRustPackage {
10 pname = "catppuccin-whiskers";
13 src = fetchFromGitHub {
16 rev = "refs/tags/v${version}";
17 hash = "sha256-OLEXy9MCrPQu1KWICsYhe/ayVqxkYIFwyJoJhgiNDz4=";
20 cargoHash = "sha256-5FvW+ioeDi0kofDswyQpUC21wbEZM8TAeUEUemnNfnA=";
23 homepage = "https://github.com/catppuccin/whiskers";
24 description = "A templating tool to simplify the creation of Catppuccin ports";
25 license = lib.licenses.mit;
26 maintainers = with lib.maintainers; [ Name ];
27 mainProgram = "whiskers";