14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 sha256 = "1cgvl67vhn5y7bj5gbjbgk26bhb0196bgrgsp3r5fmrislarj8s6";
38 description = "Qt-based RSS/Atom news feed reader";
40 QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader
43 homepage = "https://quiterss.org";
44 changelog = "https://github.com/QuiteRSS/quiterss/blob/${version}/CHANGELOG";
45 license = licenses.gpl3;
46 platforms = platforms.linux;
47 maintainers = with maintainers; [ primeos ];