Commit graph

303 commits

Author SHA1 Message Date
figsoda 8014b08ee0 treewide/applications: use top-level fetchPypi 2023-05-25 10:51:30 -04:00
Alyssa Ross 5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Blusk b510a0628e russ: init at 0.4.0 2023-05-07 08:51:07 +00:00
Felix Buehler aa2cbfd02d newsflash: 2.2.4 -> 2.3.0 2023-05-05 00:04:02 +02:00
R. Ryantm 632236eeb5 goeland: 0.14.0 -> 0.15.0 2023-05-04 00:53:59 +00:00
R. Ryantm c4624facaa rssguard: 4.3.3 -> 4.3.4 2023-04-28 04:46:58 +00:00
Sandro cccb7c49c2
Merge pull request #222690 from nomeata/feed2imap-go
feed2imap-go: init at 1.6.0
2023-04-18 16:46:28 +02:00
Joachim Breitner ecb528d663 feed2imap-go: init at 1.6.0 2023-04-16 18:02:53 +02:00
Nick Novitski 8fb87b6f1c newsboat: add passthru.updateScript 2023-04-13 13:00:43 -07:00
Bobby Rong c24a512fc0
Merge pull request #225892 from bobby285271/fix/webkitgtk-failure
webkitgtk* reverse dep fix
2023-04-12 22:23:49 +08:00
Bobby Rong 599626814d
newsflash: 2.2.4 -> unstable-2023-04-11
This allows building with webkitgtk_6_0.
2023-04-12 18:47:34 +08:00
R. Ryantm 3d5b79368a goeland: 0.13.0 -> 0.14.0 2023-04-07 00:42:23 +00:00
Weijia Wang 5fbb8aa50c
Merge pull request #223985 from r-ryantm/auto-update/rssguard
rssguard: 4.3.2 -> 4.3.3
2023-04-02 14:48:13 +03:00
R. Ryantm 1c4165f174 rssguard: 4.3.2 -> 4.3.3 2023-03-30 23:32:05 +00:00
Robert Schütz 2c4676444a newsboat: 2.30.1 -> 2.31
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-26 18:57:54 -07:00
Yureka f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
github-actions[bot] 6413316565
Merge master into staging-next 2023-03-05 06:01:04 +00:00
Doron Behar fcc20dec13 castget: buildInputs format 2023-03-02 14:12:45 +02:00
Doron Behar 0defd769b4 castget: 2.0.0 -> 2.0.1 2023-03-02 14:12:19 +02:00
Artturi cdcca1cdcd
Merge pull request #215715 from Artturin/removegirworkarounds2 2023-02-18 20:12:57 +02:00
Artturin cadffcfe50 treewide: remove issue #56943 workarounds
checked with diffoscope+difflog and launching the programs

i have fixed that issue in my other gir PRs
2023-02-17 20:26:13 +02:00
Sandro Jäckel 02124bbb7e
rsstail: don't run cppcheck linter, little cleanup 2023-02-15 21:41:18 +01:00
R. Ryantm 98232c145a rssguard: 4.3.1 -> 4.3.2 2023-02-08 04:33:00 +00:00
R. Ryantm b20821a6ea rssguard: 4.2.7 -> 4.3.1 2023-01-29 03:02:02 +00:00
Nick Cao 80f251b441
Merge pull request #212012 from r-ryantm/auto-update/goeland
goeland: 0.12.3 -> 0.13.0
2023-01-23 09:09:42 +08:00
Weijia Wang 3f15ec4601
Merge pull request #193771 from r-ryantm/auto-update/rssguard
rssguard: 4.2.4 -> 4.2.7
2023-01-22 22:18:31 +01:00
R. Ryantm 8acd881cf6 goeland: 0.12.3 -> 0.13.0 2023-01-22 00:03:56 +00:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
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-21 12:00:00 +00:00
Felix Bühler 30ace348c0
Merge pull request #211882 from kira-bruneau/newsflash
newsflash: 2.2.3 → 2.2.4
2023-01-21 14:44:47 +01:00
Kira Bruneau c75fcace8e newsflash: 2.2.3 → 2.2.4 2023-01-21 00:43:41 -05:00
Kira Bruneau f8761c63e4 newsflash: add updateScript 2023-01-21 00:34:14 -05:00
Bruno Inec 988feead01
nixos/goeland: init 2023-01-20 00:39:31 +01:00
Sergei Trofimovich ef91c7bcd8 newsboat: run parallel build for 'make' commands
`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-08 10:04:44 +00:00
Sergei Trofimovich 005199faf7
Merge pull request #207713 from afh/afh-newsboat
newsboat: 2.29 -> 2.30.1
2023-01-08 09:53:22 +00:00
Sergei Trofimovich 18e2d50858
Merge pull request #199486 from afh/afh-newsboat-contrib
newsboat: Avoid duplicate contrib files
2023-01-08 09:38:41 +00:00
Alexis Hildebrandt 8a840cbeba newsboat: 2.30 -> 2.30.1 2023-01-01 17:35:32 +01:00
R. Ryantm 53b3a6bc4d rssguard: 4.2.4 -> 4.2.7 2022-12-26 16:15:42 +00:00
Alexis Hildebrandt ecbf09c86f newsboat: 2.29 -> 2.30 2022-12-25 19:47:41 +01:00
Felix Buehler 5766b2b5e2 newsflash: 2.2.2 -> 2.2.3 2022-12-12 21:32:48 +01:00
Sandro ca202a24a0
Merge pull request #200385 from zendo/fluent-reader 2022-11-25 18:01:31 +01:00
Felix Buehler f4994c862c newsflash: 2.1.2 -> 2.2.2 2022-11-20 11:39:29 +01:00
Kira Bruneau a12ee73f42
Merge pull request #200570 from Stunkymonkey/newsflash-2.1.3
newsflash: 2.1.2 -> 2.1.3
2022-11-19 20:18:04 -05:00
R. Ryantm 9971f569a9 goeland: 0.12.1 -> 0.12.3 2022-11-19 17:59:37 +08:00
R. Ryantm b9d8e64847 goeland: 0.11.0 -> 0.12.1 2022-11-17 09:58:34 +08:00
Felix Buehler ff8dcc56be newsflash: 2.1.2 -> 2.1.3 2022-11-10 19:39:23 +01:00
zendo 0f8d48c3e9 fluent-reader: init at 1.1.3 2022-11-09 22:05:15 +08:00
Bruno Inec e358319a5b
goeland: init at version 0.11.0 2022-11-04 15:15:24 +01:00
Alexis Hildebrandt fcb9211bf1 newsboat: Avoid duplicate contrib files
already available in ~/.nix-profile/share/doc/newsboat/contrib
2022-11-04 09:41:00 +01:00
Felix Buehler f739f30db3 newsflash: 2.1.0 -> 2.1.2 2022-10-15 12:19:17 +02:00
Mario Rodas b9a0d97795
Merge pull request #193010 from afh/afh-newsboat-2.29
newsboat: 2.28 -> 2.29
2022-09-30 20:45:56 -05:00