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