···11-{ lib, stdenv, cmake, extra-cmake-modules, plasma-framework, kwindowsystem, redshift, fetchFromGitHub, }:
11+{ lib, stdenv, cmake, extra-cmake-modules, plasma-framework, kwindowsystem, redshift, fetchFromGitHub, fetchpatch, }:
2233let version = "1.0.18"; in
44···1212 rev = "v${version}";
1313 sha256 = "122nnbafa596rxdxlfshxk45lzch8c9342bzj7kzrsjkjg0xr9pq";
1414 };
1515+1616+ patches = [
1717+ # This patch fetches from out-of-source repo because the GitHub copy is frozen,
1818+ # the active fork is now on invent.kde.org. Remove this patch when a new version is released and src is updated
1919+ # Redshift version >= 1.12 requires the -P option to clear the existing effects before applying shading.
2020+ # Without it scrolling makes the screen gets darker and darker until it is impossible to see anything.
2121+ (fetchpatch {
2222+ url = "https://invent.kde.org/plasma/plasma-redshift-control/-/commit/898c3a4cfc6c317915f1e664078d8606497c4049.patch";
2323+ sha256 = "0b6pa3fcj698mgqnc85jbbmcl3qpf418mh06qgsd3c4v237my0nv";
2424+ })
2525+ ];
15261627 patchPhase = ''
1728 substituteInPlace package/contents/ui/main.qml \