Commit Graph

610776 Commits

Author SHA1 Message Date
Weijia Wang
0b4d76ea8a
Merge pull request #303216 from r-ryantm/auto-update/python312Packages.mitogen
python312Packages.mitogen: 0.3.6 -> 0.3.7
2024-04-11 05:29:05 +02:00
Weijia Wang
3599cc27c8
Merge pull request #302892 from clkamp/protobuf-23-fix
justbuild: Fix build
2024-04-11 05:27:40 +02:00
R. Ryantm
aa5041e9c2 spicedb: 1.30.0 -> 1.30.1 2024-04-11 03:26:27 +00:00
Weijia Wang
03eb727bf5
Merge pull request #301841 from r-ryantm/auto-update/ooniprobe-cli
ooniprobe-cli: 3.21.0 -> 3.21.1
2024-04-11 05:21:29 +02:00
R. Ryantm
ac734d9b1e wslu: 4.1.2 -> 4.1.3 2024-04-11 03:19:22 +00:00
ByteSudoer
f5933f5148 chess-tui: init at 1.2.0 2024-04-11 04:18:49 +01:00
Weijia Wang
ae58ca4c0d
Merge pull request #302709 from r-ryantm/auto-update/grafana-loki
grafana-loki,promtail: 2.9.6 -> 3.0.0
2024-04-11 05:15:43 +02:00
Weijia Wang
aac53100f0
Merge pull request #301842 from r-ryantm/auto-update/opensc
opensc: 0.25.0 -> 0.25.1
2024-04-11 05:14:55 +02:00
Weijia Wang
1e1d62c9d0
Merge pull request #301193 from r-ryantm/auto-update/rust-analyzer-unwrapped
rust-analyzer-unwrapped: 2024-03-25 -> 2024-04-08
2024-04-11 05:14:22 +02:00
Weijia Wang
02ab71d401
Merge pull request #298519 from r-ryantm/auto-update/python311Packages.jaraco-abode
python311Packages.jaraco-abode: 5.1.0 -> 5.1.1
2024-04-11 05:13:41 +02:00
Weijia Wang
b7d407d76a
Merge pull request #302658 from r-ryantm/auto-update/qmplay2
qmplay2: 24.04.02 -> 24.04.07
2024-04-11 05:12:32 +02:00
Weijia Wang
3bcce11c0f
Merge pull request #302521 from r-ryantm/auto-update/supabase-cli
supabase-cli: 1.153.3 -> 1.155.1
2024-04-11 05:12:20 +02:00
Weijia Wang
7d31098bc9
Merge pull request #300785 from r-ryantm/auto-update/boinc
boinc: 7.24.3 -> 8.0.1
2024-04-11 05:11:04 +02:00
Weijia Wang
8e5bd02f24
Merge pull request #301761 from r-ryantm/auto-update/simdjson
simdjson: 3.8.0 -> 3.9.1
2024-04-11 05:10:38 +02:00
nixpkgs-merge-bot[bot]
20383fec26
Merge pull request #303175 from r-ryantm/auto-update/files-cli
files-cli: 2.12.54 -> 2.12.56
2024-04-11 03:04:11 +00:00
北雁 Cryolitia
d8f6e7df57
shanggu-fonts: init at 1.020 2024-04-11 11:03:02 +08:00
Weijia Wang
2206386723
Merge pull request #302948 from r-ryantm/auto-update/llama-cpp
llama-cpp: 2589 -> 2636
2024-04-11 04:51:49 +02:00
Weijia Wang
9d1116ef74
Merge pull request #303019 from r-ryantm/auto-update/zarf
zarf: 0.32.6 -> 0.33.0
2024-04-11 04:49:24 +02:00
Weijia Wang
19331e6aa5
Merge pull request #303071 from clot27/update-64gram
_64gram: 1.1.16 -> 1.1.17
2024-04-11 04:48:48 +02:00
Weijia Wang
e4ed0cfc56
Merge pull request #303219 from r-ryantm/auto-update/devbox
devbox: 0.10.3 -> 0.10.4
2024-04-11 04:46:56 +02:00
Ben Wolsieffer
de1025fdfd orc: fix build on 32-bit ARM
In 0.4.36, the sed expression that tries to disable the exec_opcodes_sys
test also deletes other lines that break the file syntax. The build
fails with:

testsuite/meson.build:23:25: ERROR: Expecting endif got colon.
                  install: false,
                         ^
For a block that started at 22,2
  if enabled_backends.contains('sse') and enabled_backends.contains('avx')
  ^

The test has apparently been fixed since 0.4.33 anyway (see [1]), so
just get rid of this sed patch.

[1] 5d5515ea5b
2024-04-10 22:25:18 -04:00
toastal
47918937b8 movim: update to latest (includes NixOS patches)
Version is ‘weird’ to deal with the composer script
2024-04-11 08:57:57 +07:00
Phil Dyer
97899b5ba6 doc: add information about ryzen-monitor-ng and ryzen-smu modules 2024-04-11 11:50:20 +10:00
Phil Dyer
286d741f47 nixos/ryzen-monitor-ng: init module
A userspace tool for setting and getting AMD CPU power
and performance parameters.

The module adds `ryzen_monitor_ng` to `environment.systemPackages` and
enables the `ryzen-smu` module, as `ryzen_monitor_ng` requires the
`ryzen_smu` kernel module to function.
2024-04-11 11:46:59 +10:00
Phil Dyer
a352dc5e0f ryzen-monitor-ng: init at 2.0.5
A userspace tool for setting and getting AMD CPU power
and performance parameters.

Relies on the ryzen_smu kernel module.
2024-04-11 11:45:42 +10:00
Phil Dyer
ba0566726e nixos/ryzen-smu: init module
Provide a module for installing ryzen_smu, a Linux kernel driver
that exposes access to the SMU (System Management Unit) for
certain AMD Ryzen Processors.

Installs monitor_cpu, a userspace tool for viewing info.

Using fork of original to match ryzen_monitor_ng, a more advanced
userspace tool for accessing the SMU via this kernel module,
planned for a later commit.
2024-04-11 11:40:43 +10:00
Phil Dyer
cc0f056492 ryzen-smu: init at 0.1.5
A Linux kernel driver that exposes access to the
SMU (System Management Unit) for certain AMD Ryzen Processors.

Contains monitor_cpu, a userspace tool for viewing info.

Using fork of original to match ryzen_monitor_ng, a more advanced
userspace tool for accessing the SMU via this kernel module,
planned for a later commit.
2024-04-11 11:39:09 +10:00
R. Ryantm
b094c83dd3 camunda-modeler: 5.21.0 -> 5.22.0 2024-04-11 01:31:47 +00:00
toastal
c10316a4f6 movim: ImageMagick fix 2024-04-11 08:26:35 +07:00
toastal
94d3c3c65c movim: add bin script helper 2024-04-11 08:26:35 +07:00
R. Ryantm
e122cdb5fe namespace-cli: 0.0.354 -> 0.0.355 2024-04-11 01:24:53 +00:00
R. Ryantm
ee7205fa88 micronaut: 4.3.7 -> 4.3.8 2024-04-11 01:12:58 +00:00
R. Ryantm
67ad2fccc1 kubernetes-helm: 3.14.3 -> 3.14.4 2024-04-11 01:11:48 +00:00
R. Ryantm
12aa54eb50 ibus-engines.typing-booster-unwrapped: 2.25.4 -> 2.25.6 2024-04-11 01:10:29 +00:00
R. Ryantm
51f1681f81 ibus-engines.m17n: 1.4.28 -> 1.4.29 2024-04-11 01:10:11 +00:00
R. Ryantm
71913aac04 helm-ls: 0.0.14 -> 0.0.15 2024-04-11 00:59:26 +00:00
R. Ryantm
a021f9dc78 grpcurl: 1.8.9 -> 1.9.1 2024-04-11 00:58:40 +00:00
R. Ryantm
80cd58c0fc grpcui: 1.3.3 -> 1.4.1 2024-04-11 00:58:28 +00:00
R. Ryantm
2ea8115fcf git-cliff: 2.2.0 -> 2.2.1 2024-04-11 00:57:40 +00:00
Nick Cao
7439b139aa
Merge pull request #302708 from donovanglover/hyprdim-update
hyprdim: 2.2.3 -> 2.2.4
2024-04-10 20:30:01 -04:00
Nick Cao
da3e37a154
Merge pull request #302379 from NickCao/sagemaker
python312Packages.sagemaker: fix build and modernize
2024-04-10 20:29:08 -04:00
Fabian Affolter
1a62250cc1 python312Packages.langchain: 0.1.14 -> 0.1.15
Diff: https://github.com/langchain-ai/langchain/compare/refs/tags/v0.1.14...v0.1.15

Changelog: https://github.com/langchain-ai/langchain/releases/tag/v0.1.15
2024-04-11 02:13:27 +02:00
Fabian Affolter
34d3520673
Merge pull request #303221 from fabaff/tencentcloud-sdk-python-bump
python312Packages.tencentcloud-sdk-python: 3.0.1126 -> 3.0.1127
2024-04-11 02:11:36 +02:00
annalee
1a55c25e86
duckdb: increase file descriptors for installCheck
fixes https://github.com/NixOS/nixpkgs/issues/303226
2024-04-10 23:46:22 +00:00
Robert Hensing
e9332c9fbd
Merge pull request #302917 from tweag/fix/changelog-d
changelog-d: fix build
2024-04-11 01:37:02 +02:00
Niklas Hambüchen
cf5251256f
Merge pull request #303215 from nh2/fix-potreeconverter-phases-master
potreeconverter: Don't unnecessarily override patchPhase/fixupPhase.
2024-04-11 01:35:38 +02:00
OTABI Tomoya
c4171ebcde
Merge pull request #302841 from natsukium/labelbox/update
python311Packages.labelbox: 3.65 -> 3.67.0
2024-04-11 08:34:31 +09:00
Justin Bedő
1042fd8b14
Merge pull request #302193 from Kupac/fix_hpar
rPackages.hpar: mark as broken
2024-04-11 09:19:24 +10:00
Justin Bedő
a43a959206
Merge pull request #301358 from Kupac/fix_eds
rPackages.eds: fix build
2024-04-11 09:16:54 +10:00
Fabian Affolter
871d80c872 python312Packages.dvc-render: format with nixfmt 2024-04-11 00:47:18 +02:00