Commit Graph
860150 Commits
Author SHA1 Message Date
nixpkgs-merge-bot[bot]andGitHub 6baa19ffef dix: 1.2.2 -> 1.3.0 (#440478) 2025-09-08 06:56:48 +00:00
Yohann BonifaceandGitHub f239b44cd2 treewide: fix superflous use of pname (#440953) 2025-09-08 08:35:31 +02:00
R. Ryantm f39ba867e0 python3Packages.griffe: 1.13.0 -> 1.14.0 2025-09-08 06:17:43 +00:00
K900andGitHub fb72f0312f go_1_24: 1.24.6 -> 1.24.7 (#441126) 2025-09-08 09:16:15 +03:00
zowoq 8fd5914085 go_1_24: 1.24.6 -> 1.24.7
Changelog: https://go.dev/doc/devel/release#go1.24
2025-09-08 16:11:16 +10:00
nixpkgs-ci[bot]andGitHub 8a22392a75 Merge master into staging-next 2025-09-08 06:06:14 +00:00
rewine fc2e2eeb82 maintainers: rename 'rewine' to 'wineee'
Because my displayed name and username on GitHub are not the same, some users may mistakenly think that [rewine](https://github.com/rewine) is my account.
2025-09-08 14:00:29 +08:00
R. Ryantm a734133db9 models-dev: 0-unstable-2025-08-27 -> 0-unstable-2025-09-06 2025-09-08 05:47:38 +00:00
Sarah BrofeldtandGitHub 8cc42b1d45 apacheKafka: 4_1: init at 4.1.0 (#440619) 2025-09-08 07:47:23 +02:00
K900 e84ec1a23c Revert "go_1_25: 1.25.0 -> 1.25.1"
This reverts commit f68798a02e.

This is a world rebuild now, so we need to land this in the next cycle.
2025-09-08 08:43:13 +03:00
Sarah BrofeldtandGitHub cd21a3f7c0 filebeat8: 8.19.2 -> 8.19.3 (#440900) 2025-09-08 07:42:45 +02:00
K900andGitHub c25fa5fbfe python3Packages.pyqt6: fix QtMultimediaWidgets (#441080) 2025-09-08 08:30:53 +03:00
nixpkgs-merge-bot[bot]andGitHub c523850e62 txtpbfmt: 0-unstable-2025-06-27 -> 0-unstable-2025-09-03 (#441103) 2025-09-08 05:22:05 +00:00
tomberekandGitHub 3c43b1aca9 dwarf-fortress-packages: DF 51.11 -> DF 52.04; DT 42.1.13 -> DT 42.1.18 (#436336) 2025-09-08 01:21:36 -04:00
nixpkgs-merge-bot[bot]andGitHub e568c4e9e6 cursor-cli: 0-unstable-2025-08-27 -> 0-unstable-2025-09-04 (#441066) 2025-09-08 05:11:00 +00:00
Pierre RouxandVincent Laporte 403640aa9e rocqPackages.rocq-elpi: 3.0.0 -> 3.1.0 2025-09-08 07:00:31 +02:00
Gutyina Gergő cb3e1ee481 python3Packages.tree-sitter-markdown: remove update script override
Fixes creating PRs like https://github.com/NixOS/nixpkgs/pull/441010.

This was added in https://github.com/NixOS/nixpkgs/pull/425177 with the
idea of freezing updates and manually bumping the version in the update script,
but turns out python updates don't care about custom update scripts
and that was ignored.

Until there's another issue with this package being ahead of PyPi
releases (eg. with textual), we can use the latest GitHub release for simplicity. The best
would be fetching this from PyPi instead.
2025-09-08 06:52:28 +02:00
R. Ryantm 0e8c7ace1c vi-mongo: 0.1.29 -> 0.1.30 2025-09-08 04:07:35 +00:00
R. Ryantm ff8d186d86 databricks-cli: 0.266.0 -> 0.267.0 2025-09-08 04:00:25 +00:00
R. Ryantm eaca58114b terraform-providers.venafi: 0.22.4 -> 0.23.0 2025-09-08 03:57:29 +00:00
R. Ryantm 46ad027ac9 python3Packages.ssdp: 1.3.0 -> 1.3.1 2025-09-08 03:51:09 +00:00
R. Ryantm 7c806bd253 terraform-providers.datadog: 3.72.0 -> 3.73.0 2025-09-08 03:49:48 +00:00
Emily 755e2cbf31 tests.cc-wrapper.supported: update list of aliases
This is pretty horrible and we should figure out a better way of
doing this…
2025-09-08 04:37:51 +01:00
R. Ryantm 54c94c7d02 reindeer: 2025.08.25.00 -> 2025.09.01.00 2025-09-08 03:27:45 +00:00
José Romildo 0efa842a76 texsurgery: init at 0.6.3 2025-09-08 00:24:20 -03:00
R. Ryantm 1c0b708be4 clementine: 1.4.1-50-ge281c4508 -> 1.4.1-51-gea6466943 2025-09-08 03:21:58 +00:00
R. Ryantm b46e7e6927 drupal: 11.2.3 -> 11.2.4 2025-09-08 03:12:29 +00:00
R. Ryantm 562730648e wit-bindgen: 0.45.0 -> 0.45.1 2025-09-08 03:12:01 +00:00
nixpkgs-merge-bot[bot]andGitHub b63a009065 basedpyright: 1.31.3 -> 1.31.4 (#441099) 2025-09-08 03:10:29 +00:00
Léana 江 0829ce947c nixos/eval-config: Remove NIXOS_EXTRA_MODULE_PATH
This removes the previously depricated NIXOS_EXTRA_MODULE_PATH
environment variable.

Tested with
$ nix-instantiate nixos/lib/eval-config.nix --arg modules '[{fileSystems."/".device="x";boot.loader.grub.enable=false;}]' -A config.system.build.toplevel
$ NIXOS_EXTRA_MODULE_PATH=$HOME/whatever.nix nix-instantiate nixos/lib/eval-config.nix --arg modules '[{fileSystems."/".device="x";boot.loader.grub.enable=false;}]' -A config.system.build.toplevel
2025-09-08 11:02:43 +08:00
R. Ryantm 86d2369ac4 forecast: 0-unstable-2025-08-22 -> 0-unstable-2025-09-04 2025-09-08 02:52:52 +00:00
R. Ryantm c9430de645 txtpbfmt: 0-unstable-2025-06-27 -> 0-unstable-2025-09-03 2025-09-08 02:48:29 +00:00
R. Ryantm 97bc451c17 veryl: 0.16.3 -> 0.16.4 2025-09-08 02:48:21 +00:00
Kira Bruneau 1d858859e9 anytype: add kira-bruneau as maintainer 2025-09-07 22:34:54 -04:00
Kira Bruneau 86a746b9c6 anytype-heart: add changelog 2025-09-07 22:34:54 -04:00
Kira Bruneau 8417b77afa anytype-heart: use finalAttrs 2025-09-07 22:34:54 -04:00
Kira Bruneau 70200cfca0 anytype-heart: add kira-bruneau as maintainer 2025-09-07 22:34:54 -04:00
Kira Bruneau bf4dcf9e0b tantivy-go: use importCargoLock to simplify adding Cargo.lock 2025-09-07 22:34:54 -04:00
Kira Bruneau 51b9f74ff4 tantivy-go: add changelog 2025-09-07 22:34:47 -04:00
R. Ryantm 0d5e144f35 tdf: 0.4.2 -> 0.4.3 2025-09-08 02:24:27 +00:00
R. Ryantm c68b80bdde basedpyright: 1.31.3 -> 1.31.4 2025-09-08 02:19:13 +00:00
R. Ryantm 7588c4c341 rclip: 2.0.5 -> 2.0.7 2025-09-08 02:18:04 +00:00
Kira Bruneau f2de20805a tantivy-go: use finalAttrs 2025-09-07 22:15:58 -04:00
Kira Bruneau de771967db tantivy-go: add kira-bruneau as maintainer 2025-09-07 22:15:58 -04:00
R. Ryantm ff48762558 terraform-providers.opentelekomcloud: 1.36.45 -> 1.36.47 2025-09-08 02:08:17 +00:00
R. Ryantm d16c59a06f museum: 1.2.0 -> 1.2.4 2025-09-08 02:01:44 +00:00
nixpkgs-merge-bot[bot]andGitHub d44f2e8670 buf: 1.56.0 -> 1.57.0 (#441073) 2025-09-08 01:53:53 +00:00
R. Ryantm 0b2b044a32 terraform-providers.migadu: 2025.8.21 -> 2025.8.28 2025-09-08 01:52:20 +00:00
R. Ryantm a690de3dde kaitai-struct-compiler: 0.10 -> 0.11 2025-09-08 01:44:02 +00:00
R. Ryantm 88e72a3efb circt: 1.128.0 -> 1.130.0 2025-09-08 01:42:22 +00:00