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