Commit Graph

3855 Commits

Author SHA1 Message Date
Nick Cao
2a1568105a
Merge pull request #265911 from figsoda/xq
xq-xml: 1.2.2 -> 1.2.3
2023-11-06 19:41:37 -05:00
figsoda
3c83d32297 xq-xml: 1.2.2 -> 1.2.3
Diff: https://github.com/sibprogrammer/xq/compare/v1.2.2...v1.2.3

Changelog: https://github.com/sibprogrammer/xq/releases/tag/v1.2.3
2023-11-06 14:52:19 -05:00
Vincenzo Mantova
7a945b3874 linuxdoc-tools: replace texlive.combined.scheme-medium with texliveMedium 2023-11-05 11:56:02 +00:00
R. Ryantm
c6d4050dd5 mdbook-admonish: 1.13.0 -> 1.13.1 2023-11-04 09:01:46 -07:00
Gabriel Arazas
28c2e442b9
dt: 1.2.5 -> 1.3.1 2023-11-04 22:22:25 +08:00
Weijia Wang
bbc10e4be4
Merge pull request #264518 from r-ryantm/auto-update/mdcat
mdcat: 2.0.4 -> 2.1.0
2023-11-02 18:08:58 +01:00
Mario Rodas
4eaaa6e3b7
Merge pull request #264648 from r-ryantm/auto-update/ispell
ispell: 3.4.05 -> 3.4.06
2023-11-01 13:19:23 -05:00
R. Ryantm
7fc83ba07f ispell: 3.4.05 -> 3.4.06 2023-10-31 18:23:03 +00:00
Maximilian Bosch
f7f98bc750
Merge pull request #264362 from pinpox/fix-250306
ripgrep-all: 0.9.6 -> 1.0.0-alpha.5
2023-10-31 17:59:41 +01:00
R. Ryantm
c80fa3b853 mdcat: 2.0.4 -> 2.1.0 2023-10-31 04:41:05 +00:00
figsoda
d90e0d6be3 scraper: 0.18.0 -> 0.18.1
Diff: https://diff.rs/scraper/0.18.0/0.18.1

Changelog: https://github.com/causal-agent/scraper/releases/tag/v0.18.1
2023-10-30 17:05:41 -04:00
Pablo Ovelleiro Corral
97c8df0fbc
ripgrep-all: 0.9.6 -> 1.0.0-alpha.5
Fixes #250306
2023-10-30 15:12:56 +01:00
Neyts Zupan
da11cef1e5
tesh: 0.3.0 -> 0.3.2 2023-10-28 21:21:14 +01:00
Guillaume Girol
d1fb34fece
Merge pull request #262694 from mstarzyk/tab-9.2
tab: 9.1 -> 9.2
2023-10-28 16:37:24 +02:00
figsoda
7bedd81ae1 scraper: 0.17.1 -> 0.18.0
Diff: https://diff.rs/scraper/0.17.1/0.18.0

Changelog: https://github.com/causal-agent/scraper/releases/tag/v0.18.0
2023-10-27 23:19:24 -04:00
Weijia Wang
a6593ade2c
Merge pull request #260732 from r-ryantm/auto-update/platinum-searcher
platinum-searcher: 2.1.5 -> 2.2.0
2023-10-28 02:52:32 +02:00
Weijia Wang
bb68150392
Merge pull request #260741 from r-ryantm/auto-update/poedit
poedit: 3.3.2 -> 3.4
2023-10-28 02:44:19 +02:00
Peder Bergebakken Sundt
fb1c60b65a
Merge pull request #262224 from chayleaf/tsja
postgresqlPackages.tsja: init at 0.5.0
2023-10-27 19:53:14 +02:00
tomf
df67798db1
Merge pull request #261890 from MikaelFangel/update-ugrep
ugrep: 4.3.0 -> 4.3.1
2023-10-28 03:10:33 +11:00
OTABI Tomoya
8859a795a2
Merge pull request #263556 from r-ryantm/auto-update/dt
dt: 1.2.4 -> 1.2.5
2023-10-27 18:19:34 +09:00
R. Ryantm
de4c6ac627 dt: 1.2.4 -> 1.2.5 2023-10-26 10:35:33 +00:00
Damien Cassou
5c7aa4a2ca
Merge pull request #263341 from r-ryantm/auto-update/crowdin-cli
crowdin-cli: 3.14.0 -> 3.15.0
2023-10-26 08:11:13 +02:00
figsoda
23e72d38ca
Merge pull request #263241 from philiptaron/frogmouth
frogmouth: update from xdg to xdg-base-dirs
2023-10-25 13:27:49 -04:00
R. Ryantm
a0855598c7 crowdin-cli: 3.14.0 -> 3.15.0 2023-10-25 13:17:06 +00:00
Philip Taron
e1e138219b
frogmouth: implement a more targeted patch for switching from xdg to xdg-base-dirs
Thanks to @eclairevoyant for suggesting something more minimal.
2023-10-24 16:49:46 -07:00
Philip Taron
e2aa42c845
frogmouth: update from xdg to xdg-base-dirs
Steps taken:

1. Clone https://github.com/Textualize/frogmouth
2. Change xdg to xdg-base-dirs or xdg_base_dirs per https://github.com/srstevenson/xdg-base-dirs/tree/6.0.0#xdg-base-dirs
3. Update the poetry lockfile with `poetry lock`
    a. This required removing the Python 3.8 and 3.9 support in pyproject.toml
4. Generate a diff with `git diff`
5. Added this path to `pkgs/tools/text/frogmouth/default.nix`
6. Ran the resulting binary and saw that it worked.

Previously, this resulted in a stack trace where `frogmouth` was unable
to find `xdg` and could not start.
2023-10-24 15:45:13 -07:00
Duc Nghiem-Xuan
725d62079c mecab: add libiconv as buildInputs
#257480 added utf8 support but mecab depends on libiconv to convert between
charsets. Thus, on MacOS it doesn't works
2023-10-24 17:39:04 +09:00
0x4A6F
a990f74cf8
treewide: sha256 -> hash (#262801)
* tumpa: sha256 -> hash

* qubes-core-vchan-xen: sha256 -> hash

* qdmr: sha256 -> hash

* w_scan2: sha256 -> hash

* libcdada: sha256 -> hash

* eidolon: sha256 -> hash

* freenukum: sha256 -> hash

* promscale: sha256 -> hash

* tacacsplus: sha256 -> hash

* blflash: sha256 -> hash

* silicon: sha256 -> hash

* nethoscope: sha256 -> hash

* pmacct: sha256 -> hash

* tayga: sha256 -> hash

* alejandra: sha256 -> hash

* igrep: sha256 -> hash

* cwm: sha256 -> hash

* dasel: sha256 -> hash
2023-10-23 00:38:33 +02:00
Mario Rodas
03ed4abc34
Merge pull request #262651 from r-ryantm/auto-update/vale
vale: 2.29.1 -> 2.29.6
2023-10-22 06:47:58 -05:00
Maciek Starzyk
6993265d86 tab: 9.1 -> 9.2 2023-10-22 10:45:21 +02:00
R. Ryantm
c7e70840c0 vale: 2.29.1 -> 2.29.6 2023-10-22 00:56:20 +00:00
figsoda
9aa726b448
Merge pull request #262263 from r-ryantm/auto-update/nerdfix
nerdfix: 0.3.1 -> 0.4.0
2023-10-21 20:08:41 -04:00
Janik
12a0c89695
Merge pull request #261671 from Tomkoid/init-mdhtml
mdhtml: init at 0.2.2
2023-10-21 21:14:01 +02:00
Tomkoid
3c85721e86
mdhtml: init at 0.2.2 2023-10-20 19:47:26 +02:00
R. Ryantm
e7408f884e nerdfix: 0.3.1 -> 0.4.0 2023-10-20 10:28:54 +00:00
chayleaf
a190bf43b6 mecab: expose mecab-ipadic in $out 2023-10-20 14:40:47 +07:00
Fabián Heredia Montiel
c254a1b6a5
Merge pull request #261943 from r-ryantm/auto-update/rsbkb
rsbkb: 1.2 -> 1.2.1
2023-10-19 22:05:53 -06:00
figsoda
1df087c1cc ov: 0.32.0 -> 0.32.1
Diff: https://github.com/noborus/ov/compare/refs/tags/v0.32.0...v0.32.1

Changelog: https://github.com/noborus/ov/releases/tag/v0.32.1
2023-10-19 10:15:56 -04:00
R. Ryantm
99b58813ea rsbkb: 1.2 -> 1.2.1 2023-10-19 02:17:16 +00:00
Weijia Wang
7cd39aaab0
Merge pull request #261837 from aaronjheng/vgrep
vgrep: 2.6.1 -> 2.7.0
2023-10-18 21:26:15 +02:00
Mikael Fangel
bb69907389
ugrep: 4.3.0 -> 4.3.1 2023-10-18 21:24:40 +02:00
Aaron Jheng
058e7e4e8a
vgrep: 2.6.1 -> 2.7.0 2023-10-18 13:53:52 +00:00
Artturi
4f3ebc605b
Merge pull request #261631 from r-ryantm/auto-update/opencc 2023-10-18 01:28:28 +03:00
Weijia Wang
c5936544a8
Merge pull request #260348 from r-ryantm/auto-update/mdbook-admonish
mdbook-admonish: 1.12.1 -> 1.13.0
2023-10-18 00:13:11 +02:00
R. Ryantm
521ea73f67 opencc: 1.1.6 -> 1.1.7 2023-10-17 12:30:33 +00:00
OTABI Tomoya
d087f3bc83
Merge pull request #259715 from matthiasbeyer/update-mdbook
mdbook: 0.4.34 -> 0.4.35
2023-10-17 13:22:23 +09:00
figsoda
d305f2b12d
Merge pull request #259799 from figsoda/xq
xq-xml: 1.2.1 -> 1.2.2
2023-10-14 10:05:29 -04:00
R. Ryantm
25d5d4fd89 poedit: 3.3.2 -> 3.4 2023-10-12 18:09:35 +00:00
R. Ryantm
2a08b19137 platinum-searcher: 2.1.5 -> 2.2.0 2023-10-12 17:00:54 +00:00
Weijia Wang
2d0f4622a0
Merge pull request #259788 from SuperSandro2000/mdcat
mdcat: 2.0.3 -> 2.0.4
2023-10-12 14:04:45 +02:00