Commit Graph
814053 Commits
Author SHA1 Message Date
SandroandGitHub 0522108a33 nixosTests.keepassxc: enable dconf (#389288) 2025-06-08 03:20:20 +02:00
Markus S. WamserandSandro Jäckel e91a6f4594 nixosTests.keepassxc: enable dconf
Keepass tries to commit data to the service ca.desrt.dconf, which
leads to many warnings in the test log if dconf is not enabled.
2025-06-08 02:59:10 +02:00
Sandro Jäckel bf361c304a woodpecker: make update script less noisy 2025-06-08 02:57:09 +02:00
Sandro Jäckel 3d5dfe7558 woodpecker: 3.6.0 -> 3.7.0 2025-06-08 02:57:02 +02:00
82031c5b6c nom: 2.8.1 -> 2.8.2 (#414866)
Co-authored-by: nadir-ishiguro <nadir-ishiguro@users.noreply.github.com>
2025-06-08 00:56:51 +00:00
R. Ryantm 13a7364eda mini-calc: 3.4.2 -> 4.0.0 2025-06-08 00:33:29 +00:00
R. Ryantm e4d692b79d nfpm: 2.42.1 -> 2.43.0 2025-06-08 00:31:46 +00:00
R. Ryantm ddb60ac332 rofi-calc: 2.3.0 -> 2.3.1 2025-06-08 00:30:27 +00:00
R. Ryantm f3072b1ae1 python3Packages.databricks-sdk: 0.55.0 -> 0.56.0 2025-06-08 00:27:35 +00:00
R. Ryantm 68d5e4fe13 wastebin: 3.1.0 -> 3.2.0 2025-06-07 23:54:42 +00:00
R. Ryantm 55d5176912 weaver: 0.15.1 -> 0.15.2 2025-06-07 23:49:21 +00:00
eb651797af libnick: 2025.5.3 -> 2025.6.1 (#414713)
Co-authored-by: normalcea <normalcea@users.noreply.github.com>
2025-06-07 23:38:32 +00:00
Philip TaronandGitHub 3ad4b055fc applyPatches: passthru outputHashAlog (#414869) 2025-06-07 16:31:29 -07:00
Martin Weinelt f2aff81018 applyPatches: passthru outputHashAlog
Fixes evaluation of the find-tarballs.nix script used in the tarballs
mirror pipeline.

```
$ nix-instantiate --eval --json --strict maintainers/scripts/find-tarballs.nix --arg expr 'import maintainers/scripts/all-tarballs.nix' --show-trace
[...]
error:
       … while calling anonymous lambda
         at maintainers/scripts/find-tarballs.nix:3:1:
            2|
            3| {
             | ^
            4|   expr,

       … while evaluating uniqueFiles
         at maintainers/scripts/find-tarballs.nix:105:1:
          104| in
          105| uniqueFiles
             | ^
          106|

       … while calling the 'map' builtin
         at maintainers/scripts/find-tarballs.nix:26:17:
           25|
           26|   uniqueFiles = map (x: x.file) (genericClosure {
             |                 ^
           27|     startSet = map (file: {

       … while calling the 'genericClosure' builtin
         at maintainers/scripts/find-tarballs.nix:26:34:
           25|
           26|   uniqueFiles = map (x: x.file) (genericClosure {
             |                                  ^
           27|     startSet = map (file: {

       … while evaluating type
         at maintainers/scripts/find-tarballs.nix:28:28:
           27|     startSet = map (file: {
           28|       key = with file; (if type == null then "" else type + "+") + hash;
             |                            ^
           29|       inherit file;

       error: attribute 'outputHashAlgo' missing
       at maintainers/scripts/find-tarballs.nix:38:16:
           37|     isPatch = (drv ? postFetch && drv.postFetch != "");
           38|     type = drv.outputHashAlgo;
             |                ^
           39|     name = drv.name;
```
2025-06-08 01:20:38 +02:00
Sarah Clark c112d7613f python3Packages.langchain-chroma: 0.2.3 -> 0.2.4
changelog: https://github.com/langchain-ai/langchain/releases/tag/langchain-chroma%3D%3D0.2.4

diff: https://github.com/langchain-ai/langchain/compare/langchain-chroma%3D%3D0.2.3...langchain-chroma%3D%3D0.2.4
2025-06-07 16:09:18 -07:00
Sarah Clark 2e6caf7dcf python3Packages.vectorcode: use pre-1.0.0 version of chromadb 2025-06-07 16:09:18 -07:00
Sarah Clark 61265017a3 python3Packages.chromadb: 0.6.3 -> 1.0.12
release notes: https://github.com/chroma-core/chroma/releases/tag/1.0.12
2025-06-07 16:09:18 -07:00
Sarah Clark 23d0f1537a python3Packages.chromadb_0: init at 0.6.3
Pins old version to support legacy AI packages.
2025-06-07 16:09:18 -07:00
Sarah Clark 249fd9d0d7 python3Packages.chromadb: 0.5.20 -> 0.6.3
Last of the pre-1.0.0 releases. Required by some legacy AI packages.

changelog: https://github.com/chroma-core/chroma/releases/tag/0.6.3
2025-06-07 16:09:18 -07:00
Sarah Clark e54888cf51 python3Packages.chromadb: refactor 2025-06-07 16:09:18 -07:00
R. Ryantm b6286021a2 postgresqlPackages.timescaledb-apache: 2.20.1 -> 2.20.2 2025-06-07 22:58:08 +00:00
R. Ryantm 3e3af30ad2 nom: 2.8.1 -> 2.8.2 2025-06-07 22:56:44 +00:00
Gaétan LepageandGitHub 4e83c8182d python3Packages.mcp: 1.9.1 -> 1.9.3 (#414458) 2025-06-08 00:56:33 +02:00
Gaétan LepageandGitHub 59b82dfa27 python3Packages.oelint-data: 1.0.15 -> 1.0.16 (#414790) 2025-06-08 00:55:34 +02:00
kirillrdyandGitHub 62baba4629 snx-rs: 3.1.2 -> 4.4.1 (#413854) 2025-06-08 08:54:52 +10:00
Luke Granger-BrownandGitHub 2bba56abc6 isponsorblocktv: add darwin platforms (#414850) 2025-06-07 23:48:42 +01:00
R. Ryantm 2cf33d67ff rqlite: 8.37.1 -> 8.37.4 2025-06-07 22:47:23 +00:00
Gaétan LepageandGitHub 738fc4803f pre-commit: cleanup (#414859) 2025-06-08 00:44:25 +02:00
R. Ryantm b9bff51b2a python3Packages.msgraph-core: 1.3.3 -> 1.3.4 2025-06-07 22:32:49 +00:00
R. Ryantm 0fb31f2fd3 zoekt: 3.7.2-2-unstable-2025-05-21 -> 3.7.2-2-unstable-2025-06-04 2025-06-07 22:32:14 +00:00
Doron Behar 9dd340e308 nixosTests.fontconfig-default-fonts: use Gentium font
As GentiumPlus will probably never be updated further by upstream.
2025-06-08 01:31:31 +03:00
Benedikt FeinandDoron Behar 8aad240124 gentium: init at 7.000 2025-06-08 01:31:31 +03:00
Gaétan LepageandGitHub deb104f988 vimPlugins.darcubox-nvim: init at 2025-06-03 (#414809) 2025-06-08 00:28:57 +02:00
Yohann BonifaceandGitHub 9fa611dc2a librashader: use finalAttrs & updateScript (#414820) 2025-06-08 00:21:58 +02:00
R. Ryantm 98bfb9030a python3Packages.pyemvue: 0.18.8 -> 0.18.9 2025-06-07 22:17:19 +00:00
Nikolay KorotkiyandGitHub a65cc51f49 signal-cli: 0.13.15 -> 0.13.16 (#414821) 2025-06-08 02:13:02 +04:00
Gaetan Lepage 381050065b pre-commit: cleanup 2025-06-08 00:12:35 +02:00
Donovan GloverandGitHub d526249f76 hyprshell: 3.3.2 -> 4.1.1 from hyprswitch (#412775) 2025-06-07 22:11:58 +00:00
R. Ryantm 3198adc89a terraform-providers.rundeck: 0.5.1 -> 0.5.2 2025-06-07 22:05:06 +00:00
R. Ryantm 8c5b1d26f0 vscode-extensions.prisma.prisma: 6.8.2 -> 6.9.0 2025-06-07 22:04:32 +00:00
R. Ryantm 386fcf3077 phpPackages.grumphp: 2.12.0 -> 2.13.0 2025-06-07 22:04:14 +00:00
Gaétan LepageandGitHub 48ad995f18 pre-commit: cleanup (#414735) 2025-06-08 00:02:00 +02:00
Yohann BonifaceandGitHub 1128c7740c maintainers: drop sno2wman (#414721) 2025-06-07 23:58:22 +02:00
R. Ryantm b288556394 firefox-beta-bin-unwrapped: 140.0b4 -> 140.0b6 2025-06-07 21:47:21 +00:00
R. Ryantm 625b1ca648 terraform-providers.google-beta: 6.37.0 -> 6.38.0 2025-06-07 21:42:22 +00:00
Martin Weinelt c1a93f9e7a home-assistant-custom-lovelace-modules.bubble-card: 2.4.0 -> 3.0.0-beta.9
https://github.com/Clooos/bubble-card/releases/tag/v3.0.0-beta.9
2025-06-07 23:42:17 +02:00
Gaétan LepageandGitHub b319abc00a zed-editor: 0.188.3 -> 0.189.5 (#414810) 2025-06-07 23:40:26 +02:00
Michele Guerini RoccoandGitHub 6c226608d1 nixos/pdns-recursor: reload service on config change (#414732) 2025-06-07 23:39:54 +02:00
rewineandGitHub 205925b171 simdutf: 7.2.0 -> 7.3.0 (#414839) 2025-06-08 05:32:06 +08:00
SandroandGitHub 1fe22e48a2 tkmm: init at 2.0.0-beta3 (#414802) 2025-06-07 23:31:31 +02:00