1 { lib, rustPlatform, fetchFromGitea }:
3 rustPlatform.buildRustPackage rec {
8 domain = "codeberg.org";
12 sha256 = "sha256-y6xj4A5SHcW747aFE9TfuurNnuUxjTUeKJmzxeiWqVc=";
15 cargoSha256 = "sha256-co58YBeFjP9DKzxDegQI7txuJ1smqJxdlRLae+Ppwh0=";
18 description = "Test the 16 terminal colors in all combinations";
19 homepage = "https://codeberg.org/annaaurora/sanctity";
20 license = licenses.lgpl3Only;
21 maintainers = with maintainers; [ annaaurora ];