Commit Graph
824928 Commits
Author SHA1 Message Date
Wolfgang WaltherandGitHub 98e54c7cfe haskell.compiler.ghc902Binary: fix (system) libffi header discovery (#421477) 2025-07-02 16:19:00 +00:00
Alyssa Ross e0910df589 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
	pkgs/by-name/me/meson/package.nix
2025-07-02 14:49:42 +02:00
nixpkgs-ci[bot]andGitHub 38cb123b52 Merge master into staging-next 2025-07-02 12:07:14 +00:00
YtandGitHub e6ff9e9481 python3Packages.sentence-transformers: 4.1.0 -> 5.0.0 (#421623) 2025-07-02 07:54:35 -04:00
Sergei TrofimovichandAlyssa Ross be84b9978a libmtp: fix built against gettext-0.25
Without the change the build fails as:

    configure.ac:265: the top level
    configure:14220: error: possibly undefined macro: AC_LIB_PREPARE_PREFIX
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
2025-07-02 13:42:28 +02:00
Pol DellaieraandGitHub eecc6a268d jdd: remove forgotten rec (#421725) 2025-07-02 13:11:10 +02:00
AtemuandGitHub 173e376352 {libqalculate, qalculate-gtk, qalculate-qt}: 5.5.x -> 5.6.0 (#421727) 2025-07-02 13:09:24 +02:00
Yang, BoandGitHub 3f377cfde8 nixos/avahi-daemon: add dependency to ensure /run/avahi-daemon is created before socket activation (#417635) 2025-07-02 13:03:14 +02:00
ddf85d4e24 spotify-player: 0.20.5 -> 0.20.6 (#421731)
Co-authored-by: caperren <caperren@users.noreply.github.com>
2025-07-02 10:25:39 +00:00
cyclopentane 3a3df964f5 {libqalculate, qalculate-gtk, qalculate-qt}: 5.5.x -> 5.6.0 2025-07-02 12:21:16 +02:00
fad7db231b r2modman: 3.2.0 -> 3.2.1 (#421699)
Co-authored-by: aidalgol <aidalgol@users.noreply.github.com>
2025-07-02 10:18:08 +00:00
Martin WeineltandGitHub 36030ba7fe openssl_3_5: 3.5.0 -> 3.5.1; openssl_3: 3.0.16 -> 3.0.17 (#421531) 2025-07-02 12:03:00 +02:00
Leona MaroniandGitHub 5d64648541 linux-pam: apply patch for CVE-2025-6020 (#418180) 2025-07-02 11:38:58 +02:00
Markus KowalewskiandGitHub d5418126dd moosefs: 4.57.6 -> 4.57.7 (#421611) 2025-07-02 11:36:46 +02:00
R. Ryantm 652525fb8a spotify-player: 0.20.5 -> 0.20.6 2025-07-02 09:14:47 +00:00
Pol DellaieraandGitHub aa3724e045 vscode-css-languageserver: init at 1.101.2 (#420715) 2025-07-02 11:00:54 +02:00
Pol Dellaiera 2b4b82dd8b jdd: remove forgotten rec
Follow up of https://github.com/NixOS/nixpkgs/pull/421426
2025-07-02 10:59:22 +02:00
7c6f434candGitHub 0e71da91f0 sgt-puzzles: 20250615.b589c5e -> 20250627.8314b03 (#421706) 2025-07-02 08:48:16 +00:00
R. RyanTMandGitHub ccd2931ed4 python3Packages.knx-frontend: 2025.4.1.91934 -> 2025.6.13.181749 (#416301)
https://github.com/XKNX/knx-frontend/releases/tag/2025.6.2.180732
https://github.com/XKNX/knx-frontend/releases/tag/2025.6.13.181749
2025-07-02 10:45:49 +02:00
Martin WeineltandGitHub c1e61be472 nixos/greetd: make use of package option (#412309) 2025-07-02 10:37:54 +02:00
Martin WeineltandGitHub b50d97e6b3 treewide: add explicit format attribute for Python packages (#421660) 2025-07-02 10:35:11 +02:00
bfa4f7bad6 csharpier: 1.0.2 -> 1.0.3 (#421682)
Co-authored-by: zoriya <zoe.roux@zoriya.dev>
2025-07-02 08:34:57 +00:00
Markus Theil 663f537360 openssl_3: 3.0.16 -> 3.0.17
- Fixes no CVEs
- Bugfixes only
- Upstream URL: no changes listed
- Commits Changes: https://github.com/openssl/openssl/compare/openssl-3.0.16...openssl-3.0.17

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2025-07-02 10:28:59 +02:00
Pol DellaieraandGitHub 821ad2a802 jdd: init at 0.2.0 (#421426) 2025-07-02 10:28:52 +02:00
Peter CollingbourneandAlyssa Ross 8dc663ea18 llvmPackages.clang: embed resource directory in Clang libraries
When Clang is statically linked against other programs they are unable to
find the headers in Clang's resource directory. Typically the resource
directory is found by searching a path relative to argv[0] but this
would only really work for Clang itself due to each binary having a
separate prefix (and not in Nix because of the full resource directory
being split between multiple derivations and assembled in the wrapper).

Because users of Clang as a library typically only need include in order
for parsing to succeed, let's set that as the resource directory. The LLVM
patch to make this work was sent upstream in llvm/llvm-project#145996,
I intend to land it upstream and drop it from this PR.
2025-07-02 10:19:33 +02:00
Martin Weinelt d2e9be2b07 buildPython*: throw on empty format
This is the ratchet that disallows introducing new python packages that
do not define a package format.
2025-07-02 10:18:35 +02:00
c4b9e31ffa erofs-utils: 1.8.7 -> 1.8.9 (#421640)
Co-authored-by: nikstur <nikstur@users.noreply.github.com>
2025-07-02 08:13:14 +00:00
Gaétan LepageandGitHub aa8c0886d5 vimPlugins.plantuml-nvim: init at 2025-06-16 (#421504) 2025-07-02 10:08:00 +02:00
Gaétan LepageandGitHub 72db5c3f7f vimPlugins.jdd-nvim: init at 2025-07-02 (#421708) 2025-07-02 10:05:20 +02:00
Gaétan LepageandGitHub 23b99df09b python3Packages.jupyter-ydoc: 3.0.5 -> 3.1.0 (#421670) 2025-07-02 10:03:01 +02:00
Gaétan LepageandGitHub c0c32f7ee7 luaPackages: update on 2025-06-26 (#420370) 2025-07-02 10:01:45 +02:00
Gaétan LepageandGitHub 4ac924aa63 vimPlugins.avante-nvim: 0.0.25-unstable-2025-06-21 -> 0.0.25-unstable-2025-07-02 (#421684) 2025-07-02 09:52:28 +02:00
Mahyar Mirrashed 75f68c7087 vimPlugins.jdd-nvim: init at 2025-07-02
vimPlugins.jdd-nvim: init at 2025-07-02
2025-07-02 02:51:47 -05:00
da5083d112 source-meta-json-schema: 9.3.7 -> 9.4.0 (#421193)
Co-authored-by: amerinor01 <amerinorisueno+github@gmail.com>
2025-07-02 07:45:51 +00:00
R. RyantmandMasum Reza 65c9b283f3 hwdata: 0.396 -> 0.397 2025-07-02 13:15:19 +05:30
Thiago Kenji OkadaandGitHub 9c10b2210d libretro.bsnes: 0-unstable-2025-06-20 -> 0-unstable-2025-06-27 (#421624) 2025-07-02 08:39:33 +01:00
Thiago Kenji OkadaandGitHub f8361b0732 libretro.flycast: 0-unstable-2025-06-20 -> 0-unstable-2025-06-27 (#421644) 2025-07-02 08:38:57 +01:00
R. Ryantm 7262fab9ad sgt-puzzles: 20250615.b589c5e -> 20250627.8314b03 2025-07-02 07:34:08 +00:00
Gaétan LepageandGitHub 2bb232a71a python3Packages.kernels: init at 0.6.2 (#421304) 2025-07-02 09:31:53 +02:00
Matthias BeyerandGitHub 2fffac809e cargo-local-registry: 0.2.7 -> 0.2.8 (#420647) 2025-07-02 09:31:38 +02:00
Matthias BeyerandGitHub 02fcd5dac8 cargo-binstall: 1.12.7 -> 1.14.1 (#420966) 2025-07-02 09:31:30 +02:00
Gaétan LepageandGitHub c9321330c5 vimPlugins: update on 2025-07-01 (#421535) 2025-07-02 09:31:02 +02:00
ColinandGitHub 375eb81bfe lp_solve: fix cross-compilation (#419322) 2025-07-02 07:29:36 +00:00
Thiago Kenji OkadaandGitHub 992150c3d9 mame: use absolute path to bgfx data directory (#421652) 2025-07-02 08:29:12 +01:00
Gaetan Lepage 8fc4a3c338 python3Packages.sentence-transformers: 4.1.0 -> 5.0.0
Diff: https://github.com/UKPLab/sentence-transformers/compare/refs/tags/v4.1.0...refs/tags/v5.0.0

Changelog: https://github.com/UKPLab/sentence-transformers/releases/tag/v5.0.0
2025-07-02 09:25:11 +02:00
Jonas ChevalierandGitHub 13437b1bff playwright: 1.52 -> 1.53 (#420933)
* playwright: 1.52.0 -> 1.53.1

* playwright-mcp: init at 0.0.29
2025-07-02 09:16:10 +02:00
f59590396d cargo-expand: 1.0.109 -> 1.0.110 (#420702)
Co-authored-by: xrelkd <xrelkd@users.noreply.github.com>
2025-07-02 07:15:42 +00:00
Matthias BeyerandGitHub eb89ec50c8 abook: 0.6.1 -> 0.6.2 (#420813) 2025-07-02 09:07:13 +02:00
Matthias BeyerandGitHub 5955587e05 cargo-codspeed: 2.10.1 -> 3.0.1 (#421395) 2025-07-02 09:06:05 +02:00
Jacek GalowiczandGitHub 862557f761 paisa: init at 0.7.3 (#421235) 2025-07-02 09:02:45 +02:00