Commit graph

3536 commits

Author SHA1 Message Date
github-actions[bot] a0c327d315
Merge master into staging-next 2023-07-23 06:01:17 +00:00
figsoda 09cdc57110
Merge pull request #244678 from figsoda/markscribe 2023-07-22 23:22:54 -04:00
github-actions[bot] 86a73bdb86
Merge master into staging-next 2023-07-23 00:02:31 +00:00
Anderson Torres cbf63ff1f6 pru: rewrite
- remove `rec`
- remove `with lib`
2023-07-22 19:11:50 -03:00
github-actions[bot] 41e6556ad3
Merge master into staging-next 2023-07-22 18:01:06 +00:00
figsoda ad274bf46a
Merge pull request #244821 from tailhook/remove_tailhook
Remove myself from maintainers
2023-07-22 11:47:17 -04:00
Nick Cao f0ea6d1d88
Merge pull request #244814 from r-ryantm/auto-update/languagetool
languagetool: 6.1 -> 6.2
2023-07-22 06:33:16 -06:00
github-actions[bot] 045f0259fe
Merge master into staging-next 2023-07-22 12:01:28 +00:00
Nikolay Korotkiy 3aefad9ecb
Merge pull request #241343 from apfelkuchen6/fanficfare
fanficfare: 4.24.0 -> 4.25.0
2023-07-22 15:35:15 +04:00
Paul Colomiets 366404a9d3 Remove tailhook from maintainers 2023-07-22 14:11:29 +03:00
R. Ryantm 3e9e5d9e94 languagetool: 6.1 -> 6.2 2023-07-22 11:10:10 +00:00
github-actions[bot] c892f7b1e4
Merge master into staging-next 2023-07-22 06:01:12 +00:00
R. Ryantm 07a7be2a9c mdbook-katex: 0.5.4 -> 0.5.5 2023-07-22 04:34:12 +00:00
github-actions[bot] 4c351244a0
Merge master into staging-next 2023-07-21 18:01:45 +00:00
figsoda 772e4f8032
Merge pull request #244366 from figsoda/ov 2023-07-21 11:49:25 -04:00
Vladimír Čunát 9249f60087
treewide: fixup the embedded sqlalchemy
I got tired of doing this one commit per package.
2023-07-21 17:03:19 +02:00
figsoda 4a448e76e6 markscribe: init at 0.6.0
https://github.com/muesli/markscribe
2023-07-21 10:39:08 -04:00
github-actions[bot] 17a15a50ab
Merge master into staging-next 2023-07-21 06:01:05 +00:00
Nick Cao 66197c43ef
Merge pull request #244570 from figsoda/gtree
gtree: 1.8.6 -> 1.8.7
2023-07-20 19:16:55 -06:00
figsoda 3f34f3710f gtree: 1.8.6 -> 1.8.7
Diff: https://github.com/ddddddO/gtree/compare/v1.8.6...v1.8.7

Changelog: https://github.com/ddddddO/gtree/releases/tag/v1.8.7
2023-07-20 16:33:13 -04:00
figsoda e74c3b4a8e frogmouth: 0.7.0 -> 0.8.0
Diff: https://github.com/Textualize/frogmouth/compare/v0.7.0...v0.8.0

Changelog: https://github.com/Textualize/frogmouth/blob/v0.8.0/ChangeLog.md
2023-07-20 09:52:42 -04:00
github-actions[bot] 2c5b83e75c
Merge master into staging-next 2023-07-19 18:01:04 +00:00
figsoda 8712bcf86c ov: 0.30.0 -> 0.31.0
Diff: https://github.com/noborus/ov/compare/refs/tags/v0.30.0...v0.31.0

Changelog: https://github.com/noborus/ov/releases/tag/v0.31.0
2023-07-19 11:25:36 -04:00
Sandro Jäckel f847a08787
goawk: 1.23.3 -> 1.24.0
Diff: https://github.com/benhoyt/goawk/compare/v1.23.3...v1.24.0
2023-07-17 19:52:54 +02:00
github-actions[bot] 0a4cedc7f8
Merge staging-next into staging 2023-07-17 12:02:20 +00:00
Ashish SHUKLA d74cf634b7
ugrep: 3.12.2 -> 3.12.3 2023-07-17 09:36:47 +02:00
github-actions[bot] 8c2cf79031
Merge staging-next into staging 2023-07-14 18:02:05 +00:00
github-actions[bot] 0f179253f1
Merge master into staging-next 2023-07-14 18:01:25 +00:00
figsoda ca654df896
Merge pull request #243093 from figsoda/xq 2023-07-14 11:11:05 -04:00
github-actions[bot] d52229da47
Merge staging-next into staging 2023-07-14 06:02:04 +00:00
github-actions[bot] 469798d2dd
Merge master into staging-next 2023-07-14 06:01:28 +00:00
Anderson Torres 078d8d5efe txr: mark as broken on Apple Intel
Because ofborg fails to check it.
2023-07-13 21:30:31 -03:00
Anderson Torres 8983401a0f txr: 288 -> 289 2023-07-13 21:30:31 -03:00
Artturi c831e7939f
Merge pull request #242905 from Artturin/gomodu1 2023-07-14 01:36:16 +03:00
Artturin 1c29673fcc treewide: go-modules -> goModules
In 787af0f79f
I had to change ${go-modules} to $goModules to allow overrideAttrs to work;
However, env vars cannot contain -, so  i had to change go-modules too.
This in turn broke nix-update because it uses the go-modules attr.

Instead of making nix-update more complicated, make go-modules naming match cargoDeps.

`fd --type f | xargs sd '\bgo-modules\b' 'goModules'`
and revert change to pkgs/applications/misc/dstask/default.nix
and pkgs/servers/http/dave/default.nix
and pkgs/os-specific/darwin/plistwatch/default.nix

release note added
2023-07-14 00:18:06 +03:00
github-actions[bot] f4330398cd
Merge master into staging-next 2023-07-13 12:01:13 +00:00
Bjørn Forsman 112dc82132 mawk: 1.3.4-20230203 -> 1.3.4-20230525
Upgrade to fix random segfault.

Before:

  $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done
  /nix/store/zyxgmjyb8ii282lx8g64dhd8y9k3rzd6-mawk-1.3.4-20230203
  i=1 PASS
  i=2 PASS
  i=3 Segmentation fault (core dumped)
  i=4 Segmentation fault (core dumped)
  i=5 Segmentation fault (core dumped)
  i=6 Segmentation fault (core dumped)
  i=7 Segmentation fault (core dumped)
  i=8 PASS
  i=9 Segmentation fault (core dumped)
  i=10 PASS

After:

  $ nix-build -A mawk && for i in $(seq 10); do printf "i=$i "; echo PASS | ./result/bin/mawk -W interactive '{ print }'; done
  /nix/store/dn4mcifn50a6z3g482by0d988zwms0yq-mawk-1.3.4-20230525
  i=1 PASS
  i=2 PASS
  i=3 PASS
  i=4 PASS
  i=5 PASS
  i=6 PASS
  i=7 PASS
  i=8 PASS
  i=9 PASS
  i=10 PASS

Upstream changelog: https://invisible-island.net/mawk/CHANGES
2023-07-13 12:16:49 +01:00
Vladimír Čunát c77a0a323a
Merge branch 'master' into staging-next 2023-07-13 08:30:35 +02:00
figsoda d8115cdaec difftastic: 0.47.0 -> 0.48.0
Diff: https://github.com/wilfred/difftastic/compare/0.47.0...0.48.0

Changelog: https://github.com/Wilfred/difftastic/blob/0.48.0/CHANGELOG.md
2023-07-12 20:04:55 -04:00
figsoda d70e0242e9 pkgs/tools/text: remove dead code
with the help of deadnix & nil
2023-07-12 12:12:15 -04:00
figsoda dd73f358ab xq-xml: init at 1.2.1
https://github.com/sibprogrammer/xq
2023-07-12 11:36:25 -04:00
github-actions[bot] 12991ebe2c
Merge master into staging-next 2023-07-11 18:01:09 +00:00
R. Ryantm 94b55ad859 epubcheck: 5.0.1 -> 5.1.0 2023-07-11 10:43:19 +00:00
github-actions[bot] d25c057844
Merge master into staging-next 2023-07-11 06:01:13 +00:00
Ashish SHUKLA 2cc4331f03
ugrep: 3.12.1 -> 3.12.2
- Use rec-less, overlay-style overridable recursive attributes (courtesy: NixOS#119942)
2023-07-11 01:08:40 +02:00
github-actions[bot] c60d48234a
Merge master into staging-next 2023-07-09 12:01:18 +00:00
R. Ryantm 7100097e78 a2ps: 4.15.4 -> 4.15.5 2023-07-08 21:52:43 +00:00
github-actions[bot] e949ec41bd
Merge master into staging-next 2023-07-08 18:01:04 +00:00
figsoda e90f6d38a6
Merge pull request #242139 from figsoda/djot 2023-07-08 09:54:33 -04:00
github-actions[bot] 6d9902baac
Merge master into staging-next 2023-07-08 00:02:35 +00:00