16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-bOpwHaFOoUlh+yyC1go6BeFxfJhUmwZPi6kYAqCagEI=";
27 cargoDeps = rustPlatform.fetchCargoTarball {
29 name = "${pname}-${version}";
30 hash = "sha256-TkdOq+icU2zNbXzN6nbkXjL1o/Lfumqr/5S0pQaxY5Q=";
40 ] ++ (with rustPlatform; [
53 description = "An easy-to-use color picker and editor";
54 homepage = "https://github.com/FineFindus/eyedropper";
55 license = licenses.gpl3Plus;
56 platforms = platforms.linux;
57 maintainers = with maintainers; [ zendo ];