Commit Graph

4855 Commits

Author SHA1 Message Date
Weijia Wang
0fee573958
ansifilter: 2.20 -> 2.21 (#348292) 2024-11-01 12:55:13 +01:00
Sefa Eyeoglu
3e1c9ec060
kdiff3: 1.11.2 -> 1.11.4 (#348734) 2024-11-01 10:21:36 +01:00
Vladimír Čunát
e19cfce6f3
staging-next 2024-10-15 (#348827) 2024-10-31 08:17:40 +01:00
Ihar Hrachyshka
0232b1d3ba xidel: fix for darwin
On darwin, the tool was linked to system libcrypto.dylib and failed to
start with:

```
Invalid dylib load. Clients should not load the unversioned libcrypto
dylib as it does not have a stable ABI.
abort() called
```
2024-10-31 08:17:02 +01:00
Reno Dakota
339ec45795
cconv: link -liconv on darwin 2024-10-31 01:02:30 +00:00
github-actions[bot]
a0e96c5d1c
Merge master into staging-next 2024-10-29 06:05:06 +00:00
Aleksana
606f697411
ugrep: 7.0.0 -> 7.0.2 (#351677) 2024-10-29 12:33:33 +08:00
K900
0c45a8b5c4 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-28 21:46:13 +03:00
Damien Cassou
a2d0a4b685
crowdin-cli: 4.2.0 -> 4.3.0 (#351887) 2024-10-28 15:41:28 +01:00
R. Ryantm
73bd551f86 crowdin-cli: 4.2.0 -> 4.3.0 2024-10-28 13:35:39 +00:00
Nick Cao
856fa7b364
autocorrect: 2.11.1 -> 2.13.0 (#351723) 2024-10-28 08:33:51 -04:00
Ashish SHUKLA
3e44ec4dcd
ugrep: 7.0.1 -> 7.0.2
Changes: https://github.com/Genivia/ugrep/releases/tag/v7.0.2
2024-10-28 07:49:09 +00:00
Fabián Heredia Montiel
980dd8b4ed Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 23:56:04 -06:00
Artturin
48f52fa324
opencc: 1.1.8 -> 1.1.9 (#349223) 2024-10-28 07:00:59 +02:00
Fabián Heredia Montiel
34b62f7c47 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 16:10:56 -06:00
R. Ryantm
4896ff1a24 autocorrect: 2.11.1 -> 2.13.0 2024-10-27 17:58:19 +00:00
Ashish SHUKLA
4da8422970
ugrep: 7.0.0 -> 7.0.1
Changes: https://github.com/Genivia/ugrep/releases/tag/v7.0.1
2024-10-27 14:39:12 +00:00
Nick Cao
4aee17942c
asciigraph: 0.7.2 -> 0.7.3 (#351452) 2024-10-27 09:36:41 -04:00
Nick Cao
69b53b7fda
ugrep: 6.5.0 -> 7.0.0 (#351104) 2024-10-27 09:14:03 -04:00
K900
280a9f86c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 09:10:05 +03:00
Aleksana
49aaa66398
linuxdoc-tools: 0.9.83 -> 0.9.85 (#348321) 2024-10-27 12:23:36 +08:00
R. Ryantm
8002701647 asciigraph: 0.7.2 -> 0.7.3 2024-10-26 14:24:52 +00:00
R. Ryantm
56c91c4828 ugrep: 6.5.0 -> 7.0.0 2024-10-25 07:39:09 +00:00
github-actions[bot]
e60fd6d56f
Merge master into staging-next 2024-10-24 12:05:54 +00:00
Muhammad Falak R Wani
1def0b6596 difftastic: 0.60.0 -> 0.61.0
Diff: https://github.com/wilfred/difftastic/compare/0.60.0...0.61.0
Changelog: https://github.com/Wilfred/difftastic/blob/0.61.0/CHANGELOG.md
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-10-24 15:12:13 +05:30
K900
dee94df6f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 09:28:51 +03:00
Maximilian Bosch
3a0901b9d8
Merge: ripgrep-all: avoid producing debug symbols (#350768) 2024-10-24 00:55:03 +02:00
Francesco Zanini
309e5ad624 ripgrep-all: avoid producing debug symbols
Upstream enabled `debug = true` for the release profiles, breaking the
`wrapProgram` logic we have in the build.

Additionally, we don't want to have debug symbols produced by default.
2024-10-23 21:45:31 +02:00
piegames
ad8d051645
treewide: Fix indentation in strings (#350296) 2024-10-23 21:44:22 +02:00
piegames
68927918d0 treewide: Fix indentation in strings
The indentation stripping semantics of strings are fairly bad and have a
few gotchas where the resulting string has not the intended indentation.
This commit fixes most if not all such instances in Nixpkgs.

I tried to strive a balance between keeping the diff small and
reformatting/refactoring the code to look better. In general,
reformatting should be left to Nixfmt.

Note that this causes a lot of rebuilds by design. All changes need to
be thoroughly vetted and reviewed for correctness. There is no automatic
way to prove correctness.

List of files to fix generated by running
https://gerrit.lix.systems/c/lix/+/2092 on Nixpkgs and looking at the
warnings.
2024-10-22 21:36:42 +02:00
github-actions[bot]
f2d7c5202d
Merge master into staging-next 2024-10-21 18:04:46 +00:00
Nick Cao
85c9ca36eb
mark: 10.0.1 -> 11.2.0 (#350151) 2024-10-21 09:43:14 -04:00
github-actions[bot]
557897f89c
Merge master into staging-next 2024-10-21 12:06:04 +00:00
Yt
d96ebab04a
nltk-data: add wordnet (#349192) 2024-10-21 05:20:44 -04:00
zowoq
f6bdbd1605 shfmt: 3.9.0 -> 3.10.0
Diff: https://github.com/mvdan/sh/compare/v3.9.0...v3.10.0
2024-10-21 17:59:59 +10:00
R. Ryantm
53cb15aadc mark: 10.0.1 -> 11.2.0 2024-10-21 05:49:55 +00:00
github-actions[bot]
275a4ece4b
Merge master into staging-next 2024-10-18 00:14:07 +00:00
R. Ryantm
67a6f34ca0 basex: 11.1 -> 11.4 2024-10-17 23:41:22 +02:00
R. Ryantm
dcd09f9e43 opencc: 1.1.8 -> 1.1.9 2024-10-17 07:02:25 +00:00
Kaleo
73b46d8e7f nltk-data: add wordnet 2024-10-17 11:40:54 +08:00
github-actions[bot]
0c3802422c
Merge master into staging-next 2024-10-16 06:04:54 +00:00
R. Ryantm
f03dc49b48 markdownlint-cli2: 0.13.0 -> 0.14.0 2024-10-15 17:17:35 +00:00
Vladimír Čunát
8810e738c8
GNOME: 46 → 47 (#333911) 2024-10-15 18:07:04 +02:00
R. Ryantm
47d10968c7 kdiff3: 1.11.2 -> 1.11.4 2024-10-15 08:49:41 +00:00
github-actions[bot]
31b11f1926
Merge staging-next into staging 2024-10-15 00:14:36 +00:00
Mathew Polzin
225211d803
miller: 6.12.0 -> 6.13.0 (#346768) 2024-10-14 14:24:30 -05:00
Bobby Rong
297426fe42
gtranslator: 46.1 → 47.0
https://gitlab.gnome.org/GNOME/gtranslator/-/compare/46.1...47.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:54:20 +08:00
R. Ryantm
33ab4a04ba languagetool: 6.4 -> 6.5 2024-10-14 10:29:32 +00:00
R. Ryantm
85236bb173 linuxdoc-tools: 0.9.83 -> 0.9.85 2024-10-13 18:19:26 +00:00
R. Ryantm
436ce648b1 ansifilter: 2.20 -> 2.21 2024-10-13 15:29:34 +00:00