1 { lib, stdenvNoCC, fetchurl, unzip }:
3 stdenvNoCC.mkDerivation rec {
8 url = "https://github.com/SSilence/selfoss/releases/download/${version}/selfoss-${version}.zip";
9 sha256 = "5JxHUOlyMneWPKaZtgLwn5FI4rnyWPzmsUQpSYrw5Pw=";
30 description = "Web-based news feed (RSS/Atom) aggregator";
31 homepage = "https://selfoss.aditu.de";
32 license = licenses.gpl3Only;
33 maintainers = with maintainers; [ jtojnar regnat ];
34 platforms = platforms.all;