18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 hash = "sha256-c+X49bMywstRg7cSAbbpG/vd8OUB7RhdQVRumTIBDDk=";
29 cargoDeps = rustPlatform.fetchCargoTarball {
31 name = "${pname}-${version}";
32 hash = "sha256-2/ZfKvlvAY4pfUU3F9pEw+OR5oRSsSAAi3/W5x4zVs0=";
42 rustPlatform.cargoSetupHook
54 description = "Extract the dominant colors from any image";
55 mainProgram = "paleta";
56 homepage = "https://github.com/nate-xyz/paleta";
57 license = licenses.gpl3Only;
58 platforms = platforms.linux;
59 maintainers = with maintainers; [ zendo ];