Commit Graph

82749 Commits

Author SHA1 Message Date
Robert Helgesson
6cefed103c svtplay-dl: 4.69 -> 4.72 2024-04-26 11:11:21 +02:00
Robert Helgesson
6e54f9ecaf trash-cli: 0.23.11.10 -> 0.24.4.17 2024-04-26 11:11:06 +02:00
Weijia Wang
18d51c2c5d
Merge pull request #305642 from wegank/lib-version-fix
treewide: fix version in changelog
2024-04-26 10:55:51 +02:00
Aleksana
a8ec32f743
Merge pull request #306290 from r-ryantm/auto-update/pulldown-cmark
pulldown-cmark: 0.10.2 -> 0.10.3
2024-04-26 16:20:37 +08:00
Aleksana
319167c1bb
Merge pull request #306842 from 3noch/patch-1
fortune: fix removal of men-women database
2024-04-26 15:53:35 +08:00
Fabian Affolter
27c878056e
Merge pull request #306819 from fabaff/cnspec-bump
cnspec: 11.1.0 -> 11.1.1
2024-04-26 09:14:40 +02:00
Stanisław Pitucha
19196d6f99
Merge pull request #305972 from viraptor/imagelol-darwin
imagelol: fix darwin build
2024-04-26 09:05:54 +10:00
Sandro
d31958cb39
Merge pull request #301236 from emattiza/update/otel-cli-0-4-5
otel-cli: 0.4.4 -> 0.4.5
2024-04-25 23:14:45 +02:00
Sandro
73e7e2108a
Merge pull request #304585 from name-snrl/update-wl-clip-persist
wl-clip-persist: 0.3.1 -> 0.4.0
2024-04-25 22:28:11 +02:00
Sandro
09a5961b1e
Merge pull request #305819 from konradmalik/mise
mise: 2024.4.0 -> 2024.4.5
2024-04-25 21:57:27 +02:00
Elliot Cameron
06156f4427
fortune: fix removal of men-women database
And get rid of `-f` which masked the failure.
2024-04-25 15:17:50 -04:00
superherointj
db1d084a0a
Merge pull request #306723 from alyssais/patchutils-musl
pkgsMusl.patchutils_0_4_2: fix build
2024-04-25 15:12:22 -03:00
Bobby Rong
e009f41e31
Merge pull request #306257 from Vonfry/fcitx5-5.1.9
fcitx5: 5.1.8 -> 5.1.9 and its addons
2024-04-26 00:26:36 +08:00
Fabian Affolter
b36e709940 cnspec: 11.1.0 -> 11.1.1
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.1.0...v11.1.1

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.1.1
2024-04-25 17:58:13 +02:00
Fabian Affolter
7a766aaba5
Merge pull request #306778 from Misaka13514/bump-nuclei
nuclei: 3.2.4 -> 3.2.5
2024-04-25 17:16:30 +02:00
Nick Cao
e8ac655c8b
Merge pull request #306758 from r-ryantm/auto-update/pspg
pspg: 5.8.4 -> 5.8.5
2024-04-25 10:26:51 -04:00
Nick Cao
831d6855fb
Merge pull request #306728 from r-ryantm/auto-update/gigalixir
gigalixir: 1.12.0 -> 1.12.1
2024-04-25 10:23:00 -04:00
Nick Cao
882c7efc96
Merge pull request #306694 from r-ryantm/auto-update/speedtest-go
speedtest-go: 1.6.10 -> 1.6.11
2024-04-25 10:13:44 -04:00
Nick Cao
2df397b207
Merge pull request #306660 from r-ryantm/auto-update/cassowary
cassowary: 0.16.0 -> 0.17.0
2024-04-25 10:09:05 -04:00
Nick Cao
21594125a4
Merge pull request #306667 from r-ryantm/auto-update/cyberchef
cyberchef: 10.17.0 -> 10.18.3
2024-04-25 10:07:38 -04:00
Nick Cao
16dd83cbb7
Merge pull request #306496 from r-ryantm/auto-update/vtm
vtm: 0.9.78 -> 0.9.81
2024-04-25 09:47:58 -04:00
Nick Cao
3247ba083c
Merge pull request #306360 from r-ryantm/auto-update/opentelemetry-collector
opentelemetry-collector: 0.97.0 -> 0.99.0
2024-04-25 09:29:35 -04:00
Misaka13514
781b363dec
nuclei: 3.2.4 -> 3.2.5
Diff: https://github.com/projectdiscovery/nuclei/compare/v3.2.4...v3.2.5

Changelog: https://github.com/projectdiscovery/nuclei/releases/tag/v3.2.5
2024-04-25 21:20:53 +08:00
Janik
74cc329a36
Merge pull request #306702 from marsam/goodbye
maintainers: remove marsam
2024-04-25 13:51:10 +02:00
R. Ryantm
fd20c25f9b pspg: 5.8.4 -> 5.8.5 2024-04-25 11:08:05 +00:00
Sandro
baf439a2e9
Merge pull request #306727 from alyssais/ostree-musl 2024-04-25 11:08:11 +02:00
Sandro
680c13ed09
Merge pull request #306514 from alyssais/f2fs-tools-lfs64 2024-04-25 11:06:32 +02:00
R. Ryantm
6b83feebdf gigalixir: 1.12.0 -> 1.12.1 2024-04-25 07:32:40 +00:00
Alyssa Ross
966f79bea6
pkgsMusl.ostree: fix build
Nixpkgs currently uses musl 1.2.3, which does not provide a statx(2)
wrapper, which ostree now depends upon.  Work on upgrading musl is
ongoing, but for now, to keep ostree building, let's follow upstream's
recommendation and revert the statx changes.  Once the musl upgrade is
complete, this change can be reverted.

I've applied the patches conditionally, only for musl, to avoid
impacting functionality for other platforms.

Fixes: 1a56b3515b ("ostree: version bump and removing old patches")
2024-04-25 09:27:57 +02:00
Alyssa Ross
470a0888fc
pkgsMusl.patchutils_0_4_2: fix build 2024-04-25 09:15:17 +02:00
Pol Dellaiera
2d4900f61f
Merge pull request #306537 from drupol/nix/bump/2-22-0
nixVersions.unstable: 2.21.2 -> 2.22.0
2024-04-25 08:24:11 +02:00
Nick Cao
f12c9a1fc8
Merge pull request #306585 from r-ryantm/auto-update/tml
tml: 0.6.1 -> 0.7.0
2024-04-24 23:18:47 -04:00
Nick Cao
b4431ca30f
Merge pull request #306600 from r-ryantm/auto-update/wasm-tools
wasm-tools: 1.202.0 -> 1.205.0
2024-04-24 23:16:57 -04:00
R. Ryantm
a622547006 speedtest-go: 1.6.10 -> 1.6.11 2024-04-25 03:14:55 +00:00
Yt
ae912928fc
Merge pull request #306470 from r-ryantm/auto-update/ockam
ockam: 0.121.0 -> 0.122.0
2024-04-25 01:39:20 +00:00
R. Ryantm
acaca2a347 cyberchef: 10.17.0 -> 10.18.3 2024-04-25 01:12:10 +00:00
R. Ryantm
bc1a8d5798 cassowary: 0.16.0 -> 0.17.0 2024-04-25 00:49:16 +00:00
Vonfry
19d439419d
fcitx5-anthy: 5.1.3 -> 5.1.4 2024-04-25 07:38:26 +08:00
Vonfry
8611d11d2c
fcitx5-rime: 5.1.5 -> 5.1.6 2024-04-25 07:38:26 +08:00
Vonfry
0bdb251b43
fcitx5-unikey: 5.1.3 -> 5.1.4
Diff: https://github.com/fcitx/fcitx5-unikey/compare/5.1.3...5.1.4
2024-04-25 07:38:26 +08:00
Vonfry
b604c63094
fcitx5-table-other: 5.1.1 -> 5.1.2
Diff: https://github.com/fcitx/fcitx5-table-other/compare/5.1.1...5.1.2
2024-04-25 07:38:25 +08:00
Vonfry
aadd93bd5c
fcitx5-table-extra: 5.1.4 -> 5.1.5
Diff: https://github.com/fcitx/fcitx5-table-extra/compare/5.1.4...5.1.5
2024-04-25 07:38:25 +08:00
Vonfry
57ae43bdca
fcitx5-skk: 5.1.2 -> 5.1.3
Diff: https://github.com/fcitx/fcitx5-skk/compare/5.1.2...5.1.3
2024-04-25 07:38:25 +08:00
Vonfry
2c0b6c1fbc
libsForQt5.fcitx5-qt: 5.1.4 -> 5.1.6
Diff: https://github.com/fcitx/fcitx5-qt/compare/5.1.4...5.1.6
2024-04-25 07:38:25 +08:00
Vonfry
5bca483aef
fcitx5-m17n: 5.1.0 -> 5.1.1
Diff: https://github.com/fcitx/fcitx5-m17n/compare/5.1.0...5.1.1
2024-04-25 07:38:25 +08:00
Vonfry
12c69292e9
fcitx5-lua: 5.0.12 -> 5.0.13
Diff: https://github.com/fcitx/fcitx5-lua/compare/5.0.12...5.0.13
2024-04-25 07:38:25 +08:00
Vonfry
db672b77c5
fcitx5-hangul: 5.1.2 -> 5.1.3
Diff: https://github.com/fcitx/fcitx5-hangul/compare/5.1.2...5.1.3
2024-04-25 07:38:25 +08:00
Vonfry
b42d619b0d
fcitx5-gtk: 5.1.2 -> 5.1.3
Diff: https://github.com/fcitx/fcitx5-gtk/compare/5.1.2...5.1.3
2024-04-25 07:38:25 +08:00
Vonfry
5c10bd67ae
fcitx5-configtool: 5.1.4 -> 5.1.5
Diff: https://github.com/fcitx/fcitx5-configtool/compare/5.1.4...5.1.5
2024-04-25 07:38:25 +08:00
Vonfry
a7c482c18c
fcitx5-chinese-addons: 5.1.4 -> 5.1.5
Diff: https://github.com/fcitx/fcitx5-chinese-addons/compare/5.1.4...5.1.5
2024-04-25 07:38:25 +08:00