1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 hash = "sha256-mxBBfezaMM2dfiXK/s+Htr+i5GJP1xVSXzkmYxEuwNs=";
14 cargoHash = "sha256-B1PYLUtBcx35NkU/NR+CmM8bF0hfJWmu11vsovFwR+c=";
17 description = "Generator for LS_COLORS with support for multiple color themes";
18 homepage = "https://github.com/sharkdp/vivid";
19 license = with licenses; [ asl20 /* or */ mit ];
20 maintainers = [ maintainers.dtzWill ];
21 platforms = platforms.unix;
22 mainProgram = "vivid";