10 src = fetchFromGitHub {
11 owner = "guyfedwards";
14 hash = "sha256-V4ppqHQjPkkRKHkDHzEr05vOyv3BhiLnYxEftIn08XU=";
17 vendorHash = "sha256-xolhwdWRjYZMgwI4jq0fGzvxnNjx6EplvZC7XMvBw+M=";
20 homepage = "https://github.com/guyfedwards/nom";
21 description = "RSS reader for the terminal";
22 platforms = platforms.linux ++ platforms.darwin;
23 license = licenses.gpl3Only;
24 maintainers = with maintainers; [ nadir-ishiguro ];