1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 hash = "sha256-SRVXcdgtRpWqvO28CnUcx40nFJnG+Hd94Ezgaj5xK6A=";
14 vendorHash = "sha256-/kxEnw8l9S7WNMcPh1x7xqiQ3L61DSn6DCIvJlyrip0=";
16 env.TEST_OFFLINE_ONLY = 1;
19 description = "Beautiful program to read your RSS/Atom feeds right in the terminal";
20 homepage = "https://github.com/TypicalAM/goread";
21 changelog = "https://github.com/TypicalAM/goread/releases/tag/v${version}";
22 license = lib.licenses.gpl3Plus;
23 mainProgram = "goread";
24 maintainers = with lib.maintainers; [ schnow265 ];