1 { lib, stdenv, fetchFromGitHub }:
5 version = "unstable-2017-03-12";
7 src = fetchFromGitHub {
10 rev = "8470190706f358dc807b4c26ec3453db7f0306b6";
11 sha256 = "10n8rbr2h6hz86hcx73f86pjbbfiaw2rvxsk0yfajnma7bpxgdxw";
14 makeFlags = [ "PREFIX=$(out)" ];
17 description = "Program for 'tinting' color values";
18 homepage = "https://github.com/neeasade/colort";
19 license = licenses.mit;
20 platforms = platforms.all;
21 maintainers = [ maintainers.neeasade ];
22 mainProgram = "colort";