1 { buildGoModule, fetchFromSourcehut, lib, xorg }:
5 version = "unstable-2022-01-11";
7 src = fetchFromSourcehut {
10 rev = "5d1f7dd8d0d526096886b03c7bc0ef56cbdd6d79";
11 sha256 = "sha256-2RSGLWfthcChd5YhDSBfLSch6wuTUv1Sh1f7flgzQwc=";
14 buildInputs = [ xorg.libX11 ];
18 vendorHash = "sha256-n9XNqXIoqn+f0xKCenJWXUYXtQhtbNBar68onWH/WV4=";
21 description = "RSS/Atom reader with the focus on speed, usability and a bit of unix philosophy";
22 mainProgram = "photon";
23 homepage = "https://sr.ht/~ghost08/photon";
24 license = licenses.gpl3Plus;
25 maintainers = with maintainers; [ kmein ];
26 platforms = platforms.linux;