7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-U7rLynXZGHCeZjaXoXx2IRDgUFv7zOKfb4BPgDROzBc=";
18 cargoHash = "sha256-xRCxpmIocvkg1ErYVqBLHb/jXV2eWeWHg4IO/QsnnF0=";
21 description = "Generate a color palette from an image using k-means clustering in the Oklab color space";
22 homepage = "https://github.com/Ivordir/Okolors";
23 license = licenses.mit;
24 maintainers = with maintainers; [ laurent-f1z1 ];
25 mainProgram = "okolors";