about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
AgeCommit message (Collapse)AuthorFilesLines
2020-04-12rsstail: enable on darwinMario Rodas1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly7-7/+7
2020-03-29newsboat: fix strict deps buildJörg Thalheim1-3/+3
2020-03-23newsboat: remove no longer needed NIX_CFLAGSDoron Behar1-2/+2
2020-03-23newsboat: do rust tests - use preCheck, not checkPhaseDoron Behar1-1/+1
2020-03-23newsboat: quote homepage urlDoron Behar1-1/+1
2020-03-23newsboat: Switch to asciidoctor from asciidocDoron Behar1-2/+5
2020-03-23newsboat: 2.18 -> 2.19Doron Behar1-3/+3
2020-02-29newsboat: upgrade cargo fetcher and cargoSha256Benjamin Hipple1-4/+1
2020-02-13treewide: change fetchCargoTarball default to opt-outBenjamin Hipple1-0/+3
Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
2019-12-31treewide: NIX_*_FLAGS -> stringRobin Gloster1-2/+2
2019-12-28newsboat: 2.17.1 -> 2.18Doron Behar1-3/+3
2019-12-25newsboat: fetch from vcs (#76175)Vladyslav M1-4/+6
newsboat: fetch from vcs
2019-12-22treewide: pantheon updateScriptworldofpeace1-1/+7
2019-12-22newsboat: fetch from vcsTimo Kaufmann1-4/+6
In hopes of working around https://github.com/NixOS/nixpkgs/issues/60845. This fetches a gz archive instead of xz and also fetches the archive from a different source, hopefully avoiding the issue (whatever ist is caused by). In addition to that, I think that building directly from VCS is generally cleaner and more flexible for the following reasons: - It cuts out and unnecessary middle step. - It makes sure the version users install is equal to the version users may have vetted. - It makes it easy to develop patches or bisect changes by simply checking out a different rev. - It avoids using upstream-provided "binary" artifacts like those generated by autotools.
2019-11-29rssguard: add wrapQtAppsHook to run app in all environments (#70281)Philipp1-2/+2
2019-11-16Treewide: fix URL permanent redirectsc0bw3b1-1/+1
Permanent redirects on homepages and/or source URLs as reported by Repology
2019-11-03rss2email: 3.10 -> 3.11R. RyanTM1-2/+2
2019-10-25castget: 1.2.4 -> 2.0.0Doron Behar1-10/+18
2019-10-13Merge branch 'staging-next'Vladimír Čunát1-2/+1
It's not perfect, but I think we can deal with the rest of the regressions directly on master, so that this process does not stall.
2019-10-13Merge branch 'master' into staging-nextVladimír Čunát1-1/+0
Hydra nixpkgs: ?compare=1548439
2019-10-13newsboat - unmark as brokenpaumr1-1/+0
newsboat builds fine on master/19.09 thus this commit should also be backported https://hydra.nixos.org/job/nixos/trunk-combined/nixpkgs.newsboat.x86_64-linux#tabs-status
2019-10-12Merge branch 'master' into staging-nextJan Tojnar1-0/+1
2019-10-08treewide: mark some broken packages as brokenLinus Heckemann1-0/+1
Refs: e6754980264fe927320d5ff2dbd24ca4fac9a160 1e9cc5b9844ef603fe160e9f671178f96200774f 793a2fe1e8bb886ca2096c5904e1193dc3268b6d c19cf65261639f749012454932a532aa7c681e4b f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-04newsboat: 2.16.1 -> 2.17.1Nikolay Korotkiy1-3/+3
2019-10-03Merge branch 'master' into staging-nextJan Tojnar1-1/+9
2019-10-03feedreader: fix build with latest libsecretworldofpeace1-1/+9
2019-09-18treewide: drop adding hicolor-icon-theme where possibleworldofpeace1-2/+1
This was either for the setup-hook to remove caches or added even though the respective icon theme propagated it.
2019-09-09rss2email: 3.9 -> 3.10Léo Gaspard1-10/+6
2019-08-31treewide: name -> pname (#67513)volth2-4/+4
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát2-2/+46
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-23gnome-online-accounts: move from gnome3Jan Tojnar1-2/+2
2019-08-20castget: init at 1_2_4 (#65492)Doron Behar1-0/+44
2019-08-15treewide: name -> pname (easy cases) (#66585)volth3-4/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-19feedreader: 2.9.2 -> 2.10.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/feedreader/versions
2019-07-07newsboat: 2.15 -> 2.16.1Vladyslav M1-6/+7
2019-06-18Merge pull request #63417 from r-ryantm/auto-update/rssguardRyan Mulligan1-2/+2
rssguard: 3.5.7 -> 3.5.9
2019-06-17rssguard: 3.5.7 -> 3.5.9R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rssguard/versions
2019-06-16treewide: remove unused variables (#63177)volth2-3/+3
* treewide: remove unused variables * making ofborg happy
2019-06-01treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross1-1/+1
A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
2019-05-28feedreader: 2.8.2 -> 2.9.2Will Dietz1-3/+3
https://github.com/jangernert/FeedReader/releases/tag/v2.9.1 https://github.com/jangernert/FeedReader/releases/tag/v2.9.2
2019-04-16rssguard: 3.5.6 -> 3.5.7R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rssguard/versions
2019-03-24newsboat: 2.14.1 -> 2.15 (#58225)Robert Schütz1-10/+2
2019-03-21newsboat: 2.14 -> 2.14.1Robert Schütz1-5/+13
2019-03-09feedreader: add hicolor-icon-theme for setup-hookworldofpeace1-1/+2
2019-03-01Merge staging-next into masterFrederik Rietdijk1-7/+6
2019-02-24feedreader: 2.6.2 -> 2.8.2worldofpeace1-24/+14
hicolor-icon-theme was added for the setup hook
2019-02-14gnome3: stop using aliasesJan Tojnar1-3/+3
2019-01-28feedreader: use more stable url for patchworldofpeace1-1/+1