about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
AgeCommit message (Collapse)AuthorFilesLines
2023-10-19rssguard: 4.5.0 -> 4.5.1R. Ryantm1-2/+2
2023-10-17fluent-reader: 1.1.3 -> 1.1.4R. Ryantm1-2/+2
2023-09-25newsboat: 2.32 -> 2.33Alexis Hildebrandt1-7/+7
remove with lib
2023-09-21treewide: use finalAttrs in all packages I maintain (#255902)Doron Behar1-3/+3
* mpd-touch-screen-gui: use finalAttrs in mkDerivation; reformat * musescore: use finalAttrs in mkDerivation * syncthingtray: use stdenv.mkDerivation with a function; reformat * ocrfeeder: use finalAttrs in mkDerivation; reformat * castget: use finalAttrs in mkDerivation * gnome-network-displays: use finalAttrs in mkDerivation * mailreaders: use finalAttrs in mkDerivation * mswatch: use finalAttrs in mkDerivation * uhd: use finalAttrs in mkDerivation * maxima: use finalAttrs in mkDerivation * qalculate-gtk: use finalAttrs in mkDerivation * qalculate-qt: use finalAttrs in mkDerivation * wxmaxima: use finalAttrs in mkDerivation * lammps: use finalAttrs in mkDerivation * mlterm: use finalAttrs in mkDerivation * video-trimmer: use finalAttrs in mkDerivation * nerdfonts: use finalAttrs in mkDerivation * gnomeExtensions.easyScreenCast: use finalAttrs in mkDerivation * octave: use finalAttrs in mkDerivation; reformat * comedilib: use finalAttrs in mkDerivation * cpp-utilities: use finalAttrs in mkDerivation * libsForQt5.kpeoplevcard: use finalAttrs in mkDerivation; reformat * liberio: use finalAttrs in mkDerivation * libqalculate: use finalAttrs in mkDerivation; reformat * libwtk-sdl2: use finalAttrs in mkDerivation * libsForQt5.pulseaudio-qt: use finalAttrs in mkDerivation; reformat * qrupdate: use finalAttrs in mkDerivation; reformat * libsForQt5.qtforkawesome: use finalAttrs in mkDerivation; reformat * libsForQt5.qtutilities: use finalAttrs in mkDerivation; reformat * sqlitecpp: use finalAttrs in mkDerivation; reformat * tweeny: use finalAttrs in mkDerivation * volk: use finalAttrs in mkDerivation * wiringpi: use finalAttrs in mkDerivation * snzip: use finalAttrs in mkDerivation; reformat * bpm-tools: use finalAttrs in mkDerivation; reformat * sacd: use finalAttrs in mkDerivation * gtk-gnutella: use finalAttrs in mkDerivation; reformat * sile: use finalAttrs in mkDerivation * pplatex: use finalAttrs in mkDerivation; reformat
2023-09-13treewide: vendorSha256 → vendorHashFabián Heredia Montiel1-1/+1
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-08-29rssguard: 4.4.0 -> 4.5.0R. Ryantm1-2/+2
2023-08-25yarr: 2.3 -> 2.4R. Ryantm1-3/+3
2023-08-18newsflash: 2.3.0 -> 2.3.1Felix Buehler1-2/+2
2023-07-07rm Profpatsch from stuff without interest/capacity of maintainingProfpatsch1-1/+1
For tree-sitter I’m still interested, but don’t want to be first in the list :)
2023-07-02Merge pull request #239812 from afh/update-newsboatSergei Trofimovich1-3/+3
newsboat: 2.31 -> 2.32
2023-06-30rssguard: add changelog to metaFabian Affolter1-2/+11
2023-06-30rssguard: 4.3.4 -> 4.4.0R. Ryantm1-2/+2
2023-06-25feed2imap-go: Set correct LDFLAGSRené 'Necoro' Neumann1-0/+6
As is common in Go, version information in the binary is set at compile time via LDFLAGS.
2023-06-25newsboat: 2.31 -> 2.32Alexis Hildebrandt1-3/+3
2023-06-13feed2imap-go: 1.6.0 -> 1.7.0Joachim Breitner1-3/+3
2023-05-25treewide/applications: use top-level fetchPypifigsoda1-1/+3
2023-05-12treewide: don't use rustPlatform.rustAlyssa Ross1-5/+6
This will be deprecated in the next commit.
2023-05-07russ: init at 0.4.0Blusk1-0/+32
2023-05-05newsflash: 2.2.4 -> 2.3.0Felix Buehler2-354/+208
2023-05-04goeland: 0.14.0 -> 0.15.0R. Ryantm1-2/+2
2023-04-28rssguard: 4.3.3 -> 4.3.4R. Ryantm1-2/+2
2023-04-18Merge pull request #222690 from nomeata/feed2imap-goSandro1-0/+27
feed2imap-go: init at 1.6.0
2023-04-16feed2imap-go: init at 1.6.0Joachim Breitner1-0/+27
2023-04-13newsboat: add passthru.updateScriptNick Novitski1-1/+5
2023-04-12Merge pull request #225892 from bobby285271/fix/webkitgtk-failureBobby Rong2-659/+977
webkitgtk* reverse dep fix
2023-04-12newsflash: 2.2.4 -> unstable-2023-04-11Bobby Rong2-659/+977
This allows building with webkitgtk_6_0.
2023-04-07goeland: 0.13.0 -> 0.14.0R. Ryantm1-3/+3
2023-04-02Merge pull request #223985 from r-ryantm/auto-update/rssguardWeijia Wang1-2/+2
rssguard: 4.3.2 -> 4.3.3
2023-03-30rssguard: 4.3.2 -> 4.3.3R. Ryantm1-2/+2
2023-03-26newsboat: 2.30.1 -> 2.31Robert Schütz1-3/+4
Diff: https://github.com/newsboat/newsboat/compare/r2.30.1...r2.31 Changelog: https://github.com/newsboat/newsboat/blob/r2.31/CHANGELOG.md
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-4/+4773
2023-03-05Merge master into staging-nextgithub-actions[bot]1-11/+13
2023-03-02castget: buildInputs formatDoron Behar1-1/+6
2023-03-02castget: 2.0.0 -> 2.0.1Doron Behar1-10/+7
2023-02-18Merge pull request #215715 from Artturin/removegirworkarounds2Artturi1-3/+0
2023-02-17treewide: remove issue #56943 workaroundsArtturin1-3/+0
checked with diffoscope+difflog and launching the programs i have fixed that issue in my other gir PRs
2023-02-15rsstail: don't run cppcheck linter, little cleanupSandro Jäckel1-7/+7
2023-02-08rssguard: 4.3.1 -> 4.3.2R. Ryantm1-2/+2
2023-01-29rssguard: 4.2.7 -> 4.3.1R. Ryantm1-2/+2
2023-01-23Merge pull request #212012 from r-ryantm/auto-update/goelandNick Cao1-3/+3
goeland: 0.12.3 -> 0.13.0
2023-01-22Merge pull request #193771 from r-ryantm/auto-update/rssguardWeijia Wang1-2/+2
rssguard: 4.2.4 -> 4.2.7
2023-01-22goeland: 0.12.3 -> 0.13.0R. Ryantm1-3/+3
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol2-2/+2
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-21Merge pull request #211882 from kira-bruneau/newsflashFelix Bühler1-3/+8
newsflash: 2.2.3 → 2.2.4
2023-01-21newsflash: 2.2.3 → 2.2.4Kira Bruneau1-4/+3
2023-01-21newsflash: add updateScriptKira Bruneau1-0/+6
2023-01-20nixos/goeland: initBruno Inec1-4/+5
2023-01-08newsboat: run parallel build for 'make' commandsSergei Trofimovich1-3/+3
`newsboat` contains quite a bit of C++ code built by custom Makefile. `rust` code and tests already get build in parallel. The change enables build parallelism for custom Makefile as well. The effect on my machine is 78% build time reduction (4.5x speedup): Before the change: $ time nix build -f. newsboat --rebuild real 6m20,904s user 0m0,345s sys 0m0,167s After the change: $ time nix build -f. newsboat ... real 1m23,592s user 0m0,277s sys 0m0,097s
2023-01-08Merge pull request #207713 from afh/afh-newsboatSergei Trofimovich1-3/+3
newsboat: 2.29 -> 2.30.1
2023-01-08Merge pull request #199486 from afh/afh-newsboat-contribSergei Trofimovich1-1/+0
newsboat: Avoid duplicate contrib files