7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitea {
12 domain = "codeberg.org";
16 hash = "sha256-y6xj4A5SHcW747aFE9TfuurNnuUxjTUeKJmzxeiWqVc=";
19 cargoHash = "sha256-co58YBeFjP9DKzxDegQI7txuJ1smqJxdlRLae+Ppwh0=";
22 description = "Test the 16 terminal colors in all combinations";
23 homepage = "https://codeberg.org/annaaurora/sanctity";
24 license = licenses.lgpl3Only;
25 maintainers = with maintainers; [ annaaurora ];
26 mainProgram = "sanctity";