Commit Graph
1014394 Commits
Author SHA1 Message Date
R. Ryantm 8cb4769e08 python3Packages.llama-cloud: 2.7.0 -> 2.8.0 2026-06-04 23:37:12 +00:00
SandaruKasa 0a56223947 dix: meta: add changelog & platforms 2026-06-05 02:36:38 +03:00
SandaruKasa a25e9b801f dix: 1.4.2 -> 2.0.0 2026-06-05 02:36:38 +03:00
R. RyantmandBobby Rong fd2f3a0e64 shotwell: 0.32.15 -> 0.32.16
https://gitlab.gnome.org/GNOME/shotwell/-/compare/shotwell-0.32.15...shotwell-0.32.16
2026-06-05 07:36:36 +08:00
Doron Behar e8c99eb1b9 qt6Packages.qca: avoid redundent inherit from qt6 2026-06-05 02:34:30 +03:00
Fabian AffolterandGitHub bfa83392cb python3Packages.hstspreload: 2026.5.1 -> 2026.6.1 (#528157) 2026-06-04 23:33:01 +00:00
Nick CaoandGitHub a90f91c5e1 memtier-benchmark: 2.2.2 -> 2.4.1, adopt (#517412) 2026-06-04 23:32:05 +00:00
R. Ryantm fbae0397f2 python3Packages.bayesian-optimization: 3.2.2 -> 3.3.0 2026-06-04 23:20:14 +00:00
phibkro bba51cb247 ollama: fix darwin build for 0.30.5
Two darwin-only issues surfaced when building on x86_64-darwin:

1. The conditional postPatch removed three test files
   (ml/backend/ggml/ggml_test.go, ml/nn/pooling/pooling_test.go,
   model/models/nemotronh/model_omni_test.go) that no longer exist
   in v0.30.5 upstream. The `rm` failed with "No such file or directory"
   and aborted patchPhase. Tests in the new paths
   (e.g. fs/ggml/ggml_test.go) pass on darwin without removal — verified
   via the test phase in this commit's local build.

2. preFixup ran `patchelf --shrink-rpath` unconditionally; patchelf is
   ELF-only and darwin's Mach-O dylibs don't carry the build-dir RPATH
   problem in the first place. Gated on stdenv.hostPlatform.isLinux.

Verified: nix-build -A ollama on x86_64-darwin (macOS 15.6.1, Sequoia)
lands /nix/store/.../ollama-0.30.5; checkPhase green for all listed
packages including x/models/gemma4; ollama --version reports 0.30.5.

Assisted-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-05 01:19:37 +02:00
imcvampireandQuoc-Anh Nguyen 5e153142f4 openlogi: init at 0.3.4 2026-06-05 02:14:07 +03:00
Peder Bergebakken SundtandGitHub 9f65ebd502 python3Packages.gradio: add matplotlib, python3Packages.smolagents: 1.25.0 -> 1.26.0 (#527968) 2026-06-04 22:53:19 +00:00
Yohann BonifaceandGitHub 7543a1154a python3Packages.anyconfig: migrate to pyproject (#527955) 2026-06-04 22:46:56 +00:00
R. Ryantm 14b0590158 postgresqlPackages.plpgsql_check: 2.9.0 -> 2.9.1 2026-06-04 22:45:07 +00:00
R. Ryantm 4c926e2c43 python3Packages.hstspreload: 2026.5.1 -> 2026.6.1 2026-06-04 22:43:14 +00:00
Steven Allen c57635e287 brave: 1.90.128 -> 1.91.168
Release notes: https://community.brave.app/t/release-channel-1-91-168/653816
2026-06-04 15:42:49 -07:00
Martin WeineltandGitHub 2f6fa7d7fb pythonDocs: init at 3.14, drop 3.10 (#526551) 2026-06-04 22:40:13 +00:00
zowoqandGitHub f0975d124a terraform-providers.hashicorp_kubernetes: 3.1.0 -> 3.2.0 (#528099) 2026-06-04 22:36:03 +00:00
Gaétan LepageandGitHub cbaa8c58b4 yabai: build from source (#353182) 2026-06-04 22:30:23 +00:00
R. Ryantm caf0d2495b github-mcp-server: 1.0.5 -> 1.1.2 2026-06-04 22:27:19 +00:00
Nick CaoandGitHub f2adc175da mtail: 3.2.53 -> 3.3.0 (#527843) 2026-06-04 22:25:45 +00:00
Gaetan Lepage 4b4b7b24cc python3Packages.snakemake-storage-plugin-xrootd: disable tests on darwin 2026-06-04 22:23:42 +00:00
R. Ryantm 55f2131070 tev: 2.12.1 -> 2.12.2 2026-06-04 22:22:02 +00:00
Sandro Jäckel 108255da78 home-assistant-custom-components.blueprints-updater: 2.4.0 -> 2.7.2
Diff: https://github.com/luuquangvu/blueprints-updater/compare/2.4.0...2.7.2

Changelog: https://github.com/luuquangvu/blueprints-updater/releases/tag/2.7.2
2026-06-05 00:18:52 +02:00
Yohann BonifaceandGitHub ce08875dca maintainers: drop 0xbe7a (#527896) 2026-06-04 22:09:46 +00:00
Yohann BonifaceandGitHub 3b349f5e03 maintainers: drop callahad (#527974) 2026-06-04 22:09:28 +00:00
Yohann BonifaceandGitHub d3ff0e5e23 maintainers: drop frogamic (#527944) 2026-06-04 22:09:09 +00:00
Fernando RodriguesandGitHub d6aa41cc0a dev86: 1.0.1-unstable-2025-02-12 -> 1.0.1-unstable-2026-05-15 (#525628) 2026-06-04 22:02:03 +00:00
phibkro 0e1071782c ollama: 0.30.4 -> 0.30.5
Upstream patch release; notably fixes a divide-by-zero crash in
gemma3:12b. Bumps the vendored llama.cpp pin b9493 -> b9509 to match
upstream's LLAMA_CPP_VERSION. Verified ollama-cuda + ollama-vulkan
build on x86_64-linux.

https://github.com/ollama/ollama/releases/tag/v0.30.5

Assisted-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-05 00:00:00 +02:00
Yohann BonifaceandGitHub e517576c9a b612: use installFonts (#528144) 2026-06-04 21:59:31 +00:00
Hythera cac08fcd4b firefoxpwa: fix build failure with wrapper 2026-06-04 23:57:46 +02:00
R. Ryantm 9e7efbd9d8 doctl: 1.160.0 -> 1.160.1 2026-06-04 21:51:14 +00:00
Michele Guerini RoccoandGitHub 27c732a56b nixos/network-interfaces-scripted: fix shellcheck for bridge reload (#527817) 2026-06-04 21:41:19 +00:00
pancaek ac4cc7da8f b612: use installFonts 2026-06-04 14:41:03 -07:00
r-vdp d9bf382cad nixos/fwupd: allow fwupd-refresh user to refresh metadata via polkit
Upstream's intended bypass is TrustedUids in fwupd.conf, but on NixOS
the fwupd-refresh uid is allocated at activation time and is not known
during evaluation. Add a polkit rule keyed on the user name instead.
2026-06-05 00:31:39 +03:00
R. Ryantm b95d2aac84 codeql: 2.25.5 -> 2.25.6 2026-06-04 21:31:03 +00:00
Austin HorstmanandGitHub d70e5c6915 regal: 0.40.0 -> 0.41.1 (#527264) 2026-06-04 21:29:46 +00:00
R. Ryantm 6c3ee882f0 ecsk: 0.9.3 -> 0.9.5 2026-06-04 21:21:42 +00:00
Mauricio CollaresandGitHub c93cb7ca2e leanPackages.lean4: 4.29.0 -> 4.30.0 (#511524) 2026-06-04 21:20:34 +00:00
d63d353258 leanPackages.mathlib: add comment for leangz-raw
Co-authored-by: Mauricio Collares <mauricio@collares.org>
2026-06-04 17:13:18 -04:00
niksturandGitHub bd0813cd48 nixos/systemd: gnupg -> gnupgMinimal (#527976) 2026-06-04 23:05:38 +02:00
Zhaith Izaliel bb9df9ffed iio-niri: 2.0.0 -> 2.1.0 2026-06-04 23:02:12 +02:00
Sokhibjon Orzikulov 0febaeb18b gitte: init at 0.6.1
> Co-authored-by: Dyego Aurélio <dyegoaurelio@gmail.com>
2026-06-05 02:00:14 +05:00
nikstur 603f171aa8 nixos/systemd: gnupg -> gnupgMinimal
This fixes the bashless tests as gnupgMinimal doest not depend on bash.
2026-06-04 22:53:26 +02:00
nixpkgs-ci[bot]andGitHub fbac98ae6b tsukimi: 26.5.3 -> 26.6.1 (#527867) 2026-06-04 20:53:16 +00:00
nixpkgs-ci[bot]andGitHub 9e64821f71 tiddit: 3.6.1 -> 3.9.5 (#519202) 2026-06-04 20:52:55 +00:00
nikstur 1087b3eb08 gnupgMinimal: init
This used to be a non-exposed part of the systemd derivation. However,
in #509324 this was removed. Re-add this to use it for systemd-import
and systemd-sysupdate to provide a minimal gnupg without bash. This
fixes the bashless tests.
2026-06-04 22:52:52 +02:00
kirillrdyandGitHub a628b57493 python3Packages.wandb: 0.27.0 -> 0.27.1 (#527863) 2026-06-04 20:52:43 +00:00
Adam C. StephensandGitHub eae5cd6c5d dexter: 0.6.0 -> 0.7.0 (#525591) 2026-06-04 20:50:03 +00:00
Nadja Yang bdea40b4ed leanPackages.mathlib: lgz preprocessing
Per-module leantar strips olean structural overhead. See
https://github.com/NixOS/nixpkgs/pull/511524#issuecomment-4615610073
2026-06-04 16:48:52 -04:00
Nadja Yang b606786817 leanPackages: 4.29.1 -> 4.30.0
Add leangz (leantar) as a new build and runtime dependency.

https://github.com/leanprover/lean4/releases/tag/v4.30.0
https://github.com/leanprover-community/mathlib4/blob/v4.30.0/lake-manifest.json
2026-06-04 16:48:52 -04:00