21 stdenv.mkDerivation rec {
25 src = fetchFromGitHub {
29 hash = "sha256-FyGj0180Wn8iIDTdDqnNEvFYegwdWCsCq+hmyTTUIo4=";
32 cargoDeps = rustPlatform.fetchCargoTarball {
34 name = "${pname}-${version}";
35 hash = "sha256-jXo7Aq+pXWySe6MyH9GCTQVNwbboER7RwJe6Asqbxxc=";
48 rustPlatform.cargoSetupHook
58 updateScript = nix-update-script { };
62 description = "Pick and format colors";
63 homepage = "https://github.com/FineFindus/eyedropper";
64 mainProgram = "eyedropper";
65 license = lib.licenses.gpl3Plus;
66 platforms = lib.platforms.linux;
67 maintainers = with lib.maintainers; [ zendo ] ++ lib.teams.gnome-circle.members;