9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromGitHub {
16 rev = "refs/tags/${finalAttrs.version}";
17 hash = "sha256-L93Gk7/jcRoUWogWhrOiBvWCCj+EbyGKxBR5oOVjPPU=";
26 "PREFIX=${placeholder "out"}"
29 passthru.updateScript = gitUpdater { };
32 description = "Set color temperature of screen";
34 homepage = "https://github.com/faf0/sct";
35 changelog = "https://github.com/faf0/sct/blob/${finalAttrs.version}/CHANGELOG";
36 license = licenses.unlicense;
37 maintainers = with maintainers; [ OPNA2608 ];
38 platforms = with platforms; linux ++ freebsd ++ openbsd;