Commit Graph

712917 Commits

Author SHA1 Message Date
Fabian Affolter
5d33f18b8b python312Packages.lxmf: 0.5.7 -> 0.5.8
Diff: https://github.com/markqvist/lxmf/compare/refs/tags/0.5.7...0.5.8

Changelog: https://github.com/markqvist/LXMF/releases/tag/0.5.8
2024-11-25 12:43:16 +01:00
Fabian Affolter
dfa2cb5482 python312Packages.pyvicare: 2.36.0 -> 2.37.0
Diff: https://github.com/openviess/PyViCare/compare/refs/tags/2.36.0...2.37.0

Changelog: https://github.com/openviess/PyViCare/releases/tag/2.37.0
2024-11-25 12:42:39 +01:00
Fabian Affolter
a8e9cae4c4 python312Packages.playwrightcapture: 1.27.1 -> 1.27.3
Diff: https://github.com/Lookyloo/PlaywrightCapture/compare/refs/tags/v1.27.1...v1.27.3

Changelog: https://github.com/Lookyloo/PlaywrightCapture/releases/tag/v1.27.3
2024-11-25 12:41:56 +01:00
Fabian Affolter
2a9e028c45 python312Packages.pyexploitdb: 0.2.55 -> 0.2.56
Changelog: https://github.com/Hackman238/pyExploitDb/blob/master/ChangeLog.md
2024-11-25 12:41:25 +01:00
Fabian Affolter
e5ab4f8571 python312Packages.cyclopts: 3.0.1 -> 3.1.0
Diff: https://github.com/BrianPugh/cyclopts/compare/refs/tags/v3.0.1...v3.1.0

Changelog: https://github.com/BrianPugh/cyclopts/releases/tag/v3.1.0
2024-11-25 12:36:56 +01:00
Fabian Affolter
073b870d29 python312Packages.publicsuffixlist: 1.0.2.20241123 -> 1.0.2.20241124
Changelog: https://github.com/ko-zu/psl/blob/v1.0.2.20241124-gha/CHANGES.md
2024-11-25 12:36:16 +01:00
Fabian Affolter
073e31e9b9
python312Packages.mypy-boto3-*: updates (#358509) 2024-11-25 12:34:35 +01:00
Fabian Affolter
e859916811
python312Packages.rns: 0.8.5 -> 0.8.6 (#358761) 2024-11-25 12:26:25 +01:00
R. Ryantm
1effcb11ff roddhjav-apparmor-rules: 0-unstable-2024-10-06 -> 0-unstable-2024-11-24 2024-11-25 11:11:19 +00:00
R. Ryantm
54f9beddbf i3bar-river: 1.0.1 -> 1.1.0 2024-11-25 11:03:41 +00:00
Sefa Eyeoglu
3a2d84ad33
ncmpc: 0.49 -> 0.51 (#353958) 2024-11-25 11:55:18 +01:00
Sandro
0e107c167a
mdcat: 2.6.1 -> 2.7.0 (#358801) 2024-11-25 11:40:33 +01:00
Domen Kožar
86d22fd32f
bun: fix darwin build and runtime issues (#358195) 2024-11-25 10:36:38 +00:00
Gaétan Lepage
37e6520b6c
vimPlugins.gitlab-vim: init at 2024-11-22 (#358768) 2024-11-25 11:36:04 +01:00
Nicolas Goudry
6bb61e56d5
gitkraken: 10.4.1 -> 10.5.0 2024-11-25 11:04:10 +01:00
R. Ryantm
8bf50d016a govc: 0.44.0 -> 0.46.2 2024-11-25 09:57:04 +00:00
Franz Pletz
8a8bce8b04
ncmpc: fails on darwin 2024-11-25 10:52:35 +01:00
Franz Pletz
e999a6f576
ncmpc: build manpage and enable regex 2024-11-25 10:52:34 +01:00
Franz Pletz
d73bbaaebd
ncmpc: reformat with nixfmt-rfc-style 2024-11-25 10:52:34 +01:00
Franz Pletz
b45fe742d3
ncmpc: 0.49 -> 0.51 2024-11-25 10:52:34 +01:00
R. Ryantm
4842516f6a terraform-providers.dnsimple: 1.7.0 -> 1.8.0 2024-11-25 09:49:52 +00:00
R. Ryantm
853bcb8549 eigenmath: 3.27-unstable-2024-10-18 -> 3.33-unstable-2024-11-22 2024-11-25 09:44:29 +00:00
R. Ryantm
c2678467d9 terraform-providers.digitalocean: 2.42.0 -> 2.44.1 2024-11-25 09:31:13 +00:00
Jenny
61aa4ba718
nixos/open-webui: update doc link url (#354446) 2024-11-25 10:31:04 +01:00
Jenny
7e6ce24882
iterm2: 3.5.4 -> 3.5.10 (#357721) 2024-11-25 10:26:24 +01:00
Gaétan Lepage
700701eb67
vimPlugins.codecompanion-nvim: init at 2024-11-24 (#358913) 2024-11-25 10:23:02 +01:00
Gaetan Lepage
6962442748 tinymist: 0.12.0 -> 0.12.4
Diff:
https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.12.0...0.12.4

Changelog:
https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.12.4/CHANGELOG.md
2024-11-25 10:21:49 +01:00
Sergei Trofimovich
90474914ee gcc: do not allow version skew when cross-building gcc
When `gcc` is cross-built (`build` != `target` && `host` == `target`)
`gcc` assumes that it has a compatible cross-compiler in the environment
that can build target libraries. Version of a cross-compiler has to
match the compiler being cross-built as libraries frequently use fresh
compiler features, like `-std=c++26` or target-specific types like
`_Bfloat16`.

Version mismatch causes build failures like:

    https://github.com/NixOS/nixpkgs/issues/351905

Similar problems (but on a smaller scale) happen when a `gcc`
cross-compiler is built (`build` == `host` && `host` != `target`) built
by a mismatching version of a native compiler (`build` == `host` &&
`host` == `target`). That was worked around by forcing `gcc9Stdenv` for
older compiler versions.

Let's fix both problems by requiring the same compiler version for
cross-case.

Closes: https://github.com/NixOS/nixpkgs/issues/351905
2024-11-25 09:11:38 +00:00
โทสตัล
1d64cd968a lightningcss: 1.28.0 → 1.28.2 2024-11-25 16:05:38 +07:00
DataHearth
1f772d5684
triptych.nvim: add plenary-nvim as required dependency 2024-11-25 09:56:24 +01:00
Jon Seager
ff57eb8c6c
python312Packages.craft-parts: 2.1.2 -> 2.1.3 (#358777) 2024-11-25 08:47:44 +00:00
wxt
0d71320797
cbmc: 6.0.1 -> 6.4.0 2024-11-25 16:44:04 +08:00
wxt
1d2443c3d7
cbmc: nixfmt 2024-11-25 16:44:02 +08:00
R. Ryantm
37c985d241 katawa-shoujo-re-engineered: 1.4.8 -> 1.4.9 2024-11-25 08:22:55 +00:00
R. Ryantm
2de18b37cf aerospike: 7.2.0.1 -> 7.2.0.4 2024-11-25 08:13:20 +00:00
Gaétan Lepage
7d819dfd5e
vimPlugins.spaceman-nvim: init at 2024-11-03 (#358884) 2024-11-25 09:10:40 +01:00
Gaetan Lepage
95f9d5d2b3 vimPlugins.codecompanion-nvim: init at 2024-11-24 2024-11-25 09:04:39 +01:00
Emily
29ef7a233d
treewide: remove deprecations after 24.11 branch-off (#358735) 2024-11-25 08:03:00 +00:00
Fabian Affolter
23ed5b9d55
python312Packages.pyftdi: update disabled
- add changelog to meta
2024-11-25 09:01:27 +01:00
Wolfgang Walther
094453260d
cinnamon: remove
As the TODO says.
2024-11-25 08:54:07 +01:00
Ulrik Strid
4633a7c723
ocamlPackages.menhir: support --suggest-menhirLib (#358146) 2024-11-25 08:53:41 +01:00
Leona Maroni
1044b2ccdb
nixos/paperless: add environmentFile option (#350944) 2024-11-25 08:51:01 +01:00
Tomodachi94
a7f52c5905
stirling-pdf: 0.30.1 -> 0.33.1 (#357412) 2024-11-24 23:45:10 -08:00
Fabian Affolter
422e9c14e3 python311Packages.pyoverkiz: 1.14.2 -> 1.15.0
Diff: https://github.com/iMicknl/python-overkiz-api/compare/refs/tags/v1.14.2...v1.15.0

Changelog: https://github.com/iMicknl/python-overkiz-api/releases/tag/v1.15.0
2024-11-25 08:37:51 +01:00
Maximilian Bosch
0f9abba69d
Merge: mautrix-signal: 0.7.2 -> 0.7.3 (#358785) 2024-11-25 08:33:43 +01:00
Sefa Eyeoglu
b9a481fc4f
lan-mouse: 0.9.1 → 0.10.0 (#358745) 2024-11-25 08:19:11 +01:00
Emily
9437ab6a53
squeak: fix build (#358156) 2024-11-25 07:16:51 +00:00
R. Ryantm
52158e9453 trealla: 2.57.1 -> 2.60.18 2024-11-25 07:03:58 +00:00
happysalada
68eacce4f7 rbw: fix darwin build 2024-11-25 01:21:07 -05:00
happysalada
e18aee47b3 rbw: nix-fmt rfc style 2024-11-25 01:20:44 -05:00