Commit Graph
675097 Commits
Author SHA1 Message Date
Nick CaoandGitHub 748cbdf78f obs-cmd: 0.17.6 -> 0.17.7 (#338921) 2024-09-02 09:47:27 -04:00
Nick CaoandGitHub 94a54b32c3 conceal: 0.5.3 -> 0.5.4 (#338923) 2024-09-02 09:47:02 -04:00
Nick CaoandGitHub 77289d3360 xv: 6.0.0 -> 6.0.1 (#338929) 2024-09-02 09:42:49 -04:00
Nick CaoandGitHub 8727fbdbd8 crossplane-cli: 1.16.0 -> 1.16.1 (#338882) 2024-09-02 09:37:43 -04:00
Nick CaoandGitHub afefcacba6 pluto: 5.20.1 -> 5.20.2 (#338905) 2024-09-02 09:32:40 -04:00
Nick CaoandGitHub 3b103a41b0 tui-journal: 0.9.1 -> 0.10.0 (#338850) 2024-09-02 09:28:58 -04:00
Nick CaoandGitHub 58fdc21399 python312Packages.quantile-forest: 1.3.9 -> 1.3.10 (#338862) 2024-09-02 09:27:11 -04:00
Nick CaoandGitHub 5a3ca469b0 stargazer: 1.3.0 -> 1.3.1 (#338871) 2024-09-02 09:25:54 -04:00
Nick CaoandGitHub 40479e7185 python312Packages.langfuse: 2.44.1 -> 2.45.1 (#338873) 2024-09-02 09:24:37 -04:00
Nick CaoandGitHub 0f45529310 faudio: 24.08 -> 24.09 (#338804) 2024-09-02 09:21:45 -04:00
Nick CaoandGitHub e39eac918a lunar-client: 3.2.16 -> 3.2.17 (#338816) 2024-09-02 09:19:54 -04:00
Nick CaoandGitHub a1217b1a4b lxgw-fusionkai: init at 24.134 (#335959) 2024-09-02 09:16:08 -04:00
Alyssa Ross 4b6c89a670 lib.systems: add rustTarget for riscv32
Fixes buildPackages.rustc when cross compiling to riscv32.
2024-09-02 15:15:37 +02:00
éclairevoyantandGitHub 12cad819db dropbox: 185.4.6054 -> 206.3.6386 (#336931) 2024-09-02 13:11:57 +00:00
EmilyandGitHub 842451244d gdb: use meta.badPlatforms instead of assert (#338858) 2024-09-02 14:10:04 +01:00
Ali CaglayanandVincent Laporte 4f57a97ab5 coq-lsp: 0.1.9 -> 0.2.0
Signed-off-by: Ali Caglayan <alizter@gmail.com>

<!-- ps-id: 63570aa2-90ab-47b4-8d64-c735422c6d36 -->
2024-09-02 14:53:18 +02:00
Nikolay KorotkiyandGitHub 5625ade6bb chirp: 0.4.0-unstable-2024-08-06 -> 0.4.0-unstable-2024-08-31 (#338754) 2024-09-02 16:48:21 +04:00
nixpkgs-merge-bot[bot]andGitHub 3007f981ee renode-dts2repl: 0-unstable-2024-08-20 -> 0-unstable-2024-08-30 (#338892) 2024-09-02 11:35:47 +00:00
Michele Guerini RoccoandGitHub 51b45dc262 virtualisation/qemu-vm: disallow nullable diskSize (#338967) 2024-09-02 13:22:49 +02:00
Adam C. StephensandGitHub ba63775298 edk2: loongarch64 support (#338966) 2024-09-02 07:22:19 -04:00
K900andGitHub 66a352a3f2 sbclPackages.cl-fam: remove override to fix eval (#338982) 2024-09-02 13:56:46 +03:00
K900 c101f846b3 sbclPackages.cl-fam: remove override to fix eval 2024-09-02 13:55:18 +03:00
R. RyantmandEmery Hemingway 31e42275fb beamerpresenter: 0.2.4 -> 0.2.5 2024-09-02 10:38:43 +00:00
phaer 53df1e4ece virtualisation/qemu-vm: disallow nullable diskSize
Because `virtualisation.diskSize = null` does result in a broken vm runner,
see https://github.com/NixOS/nixpkgs/issues/292901.

diskSize was declared to be nullable when it first got types in a
tree-wide commit:
https://github.com/NixOS/nixpkgs/commit/30f0faac22b6d8a6c6b308a0aa44ee672f2827eb

But it seemingly never actually supported it, as "${cfg.diskSize}M" is
passed to qemu-img create, which doesn't allow an empty size parameter.

closes: https://github.com/NixOS/nixpkgs/issues/292901
2024-09-02 12:09:15 +02:00
Ryan LahfaandGitHub 8899e78e6c cairo-lang: 2.5.4 -> 2.8.0 (#338878) 2024-09-02 11:53:46 +02:00
SandroandGitHub e4a2b7892d bwbasic: darwin build fix, derivation cleanup / RFC format (#336730) 2024-09-02 11:43:09 +02:00
SandroandGitHub 9d4badae3e bmaptool: rename from bmap-tools and bump 3.6 -> 3.8.0 (#332434) 2024-09-02 11:35:06 +02:00
SandroandGitHub 38c6847fad lmstudio: 0.3.1 -> 0.3.2 (#338943) 2024-09-02 11:30:09 +02:00
SandroandGitHub b870875375 liberasurecode: 1.6.3 -> 1.6.4 (#338883) 2024-09-02 11:29:39 +02:00
FunkeleinhornandAlyssa Ross a33b796c02 swaylock-effects: fix pkg-config of wayland-scanner
The split out of wayland-scanner from wayland into its own package:
https://github.com/NixOS/nixpkgs/commit/921bd99f8de553bd45be0ed298619589f2b7fee4
caused issues with pkg-config not finding wayland-scanner anymore.
This commit fixes this by adding pkg-config to depsBuildBuild as done
for other packages having the same issues like:
https://github.com/NixOS/nixpkgs/commit/ff498279120074a4d9fdbbb7d18f7cebe57a7c9a
2024-09-02 11:27:53 +02:00
sanana 4074fbdc6c OVMF: build for loongarch64
Now that the edk2 package has support for loongarch64, this patch
enables building OVMF for loongarch64.
2024-09-02 11:49:00 +03:00
Fabian AffolterandGitHub 3ced993e74 checkov: 3.2.239 -> 3.2.241 (#338939) 2024-09-02 10:22:12 +02:00
Fabian AffolterandGitHub 92fc837cda python312Packages.aiolifx: 1.0.8 -> 1.0.9 (#338940) 2024-09-02 10:21:02 +02:00
Fabian AffolterandGitHub 81b56a773c python312Packages.aio-georss-client: 0.12 -> 0.13, python312Packages.aio-georss-gdacs: 0.9 -> 0.10 (#338941) 2024-09-02 10:20:45 +02:00
Fabian AffolterandGitHub 3f3f23fb9d python312Packages.aiopulse: 0.4.5 -> 0.4.6 (#338942) 2024-09-02 10:20:30 +02:00
Fabian AffolterandGitHub 273cbc5818 python312Packages.aioairzone-cloud: 0.6.3 -> 0.6.5 (#338946) 2024-09-02 10:20:16 +02:00
Fabian AffolterandGitHub 9620a22fe6 python312Packages.python-telegram-bot: 21.4 -> 21.5 (#338947) 2024-09-02 10:19:44 +02:00
Fabian AffolterandGitHub b9929ad6c4 python312Packages.coinmetrics-api-client: 2024.8.16.10 -> 2024.8.20.13 (#338949) 2024-09-02 10:19:18 +02:00
sanana 79f9ec1033 edk2: add loongarch64 support
Upstream had this for some time, let's just enable building it.
2024-09-02 11:12:24 +03:00
Robert HensingandGitHub 92f4ef78de lib/modules: improve error message when option is being accessed that isn't defined (#338362) 2024-09-02 10:08:49 +02:00
Robert HensingandGitHub f26d8b7670 changelog-d: 1.0 -> 1.0.1 (#336060) 2024-09-02 10:07:34 +02:00
Matteo Pacini 5e0698df32 bwbasic: format with nixfmt-rfc-style 2024-09-02 08:56:42 +01:00
Matteo Pacini c027f3704a bwbasic: derivation cleanup 2024-09-02 08:56:42 +01:00
Weijia WangandGitHub c0df3aea49 nixos/doc/rl-2411: warn about upcoming macOS version requirement (#338695) 2024-09-02 09:56:38 +02:00
Fabian AffolterandGitHub 16eeae3bcc python312Packages.mkdocs-autorefs: 1.1.0 -> 1.2.0 (#338930) 2024-09-02 09:47:05 +02:00
Vincent LaporteandVincent Laporte cb74f03500 ocamlPackages.menhir: 20231231 → 20240715 2024-09-02 09:43:53 +02:00
K900andGitHub a4cd8fea23 mesa: rename enableValgrind back to withValgrind (#338956) 2024-09-02 10:41:58 +03:00
Alyssa Ross e596e5cc9b mesa: rename enableValgrind back to withValgrind
Yes, it's inconsistent with enablePatentEncumberedCodecs, but it's the
name this option had before it was removed in dda100f27b ("mesa:
split out the Darwin build into a separate expression, heavily clean
up Linux"), and therefore still has in stable.  There's no reason for
the name to change between NixOS releases just because it was
temporarily removed.
2024-09-02 09:37:32 +02:00
Fabian AffolterandGitHub 21a0a7284d python312Packages.ghapi: 1.0.3 -> 1.0.6 (#338718) 2024-09-02 09:36:27 +02:00
Fabian AffolterandGitHub e513536676 python312Packages.aioruckus: 0.41 -> 0.41 (#338948) 2024-09-02 09:35:48 +02:00