Commit Graph
812145 Commits
Author SHA1 Message Date
Gaétan LepageandGitHub 4aaa94e14a avalanchego: fix build & 1.12.1 -> 1.13.0 (#411802) 2025-06-08 10:41:25 +02:00
88e35d90e9 fabric-ai: 1.4.195 -> 1.4.196 (#414841)
Co-authored-by: jaredmontoya <jaredmontoya@users.noreply.github.com>
2025-06-08 08:30:34 +00:00
Pol DellaieraandGitHub 8207ad0d50 python312Packages.rbtools: fix (#414886) 2025-06-08 09:56:50 +02:00
Pol DellaieraandGitHub d7ed3c0dce pihole-ftl: 6.1 -> 6.2.2 (#414788) 2025-06-08 09:51:06 +02:00
Pol DellaieraandGitHub bf0501a930 vscode-extensions.cweijan.vscode-database-client2: 8.3.4 -> 8.3.5 (#414817) 2025-06-08 09:50:08 +02:00
b54a4fa25b wastebin: 3.1.0 -> 3.2.0 (#414875)
Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
2025-06-08 07:49:58 +00:00
Pol DellaieraandGitHub c51c90296d vscode-extensions.prisma.prisma: 6.8.2 -> 6.9.0 (#414856) 2025-06-08 09:47:30 +02:00
7ece5480e5 easytier: 2.3.0 -> 2.3.1 (#414752)
Co-authored-by: L-Trump <L-Trump@users.noreply.github.com>
2025-06-08 07:24:47 +00:00
5d9e5d1f27 siyuan: 3.1.31 -> 3.1.32 (#414668)
Co-authored-by: L-Trump <L-Trump@users.noreply.github.com>
2025-06-08 07:24:15 +00:00
Lennart KolmodinandRobert Helgesson 32919c5e8f svtplay-dl: 4.109 -> 4.113 2025-06-08 09:14:25 +02:00
Pol DellaieraandGitHub 73557c22ec phpPackages.grumphp: 2.12.0 -> 2.13.0 (#414857) 2025-06-08 08:03:27 +02:00
emaryn ecfff36802 python312Packages.rbtools: fix 2025-06-08 14:02:20 +08:00
emaryn 47362b472a python312Packages.pydiffx: init at 1.1 2025-06-08 14:02:19 +08:00
AleksanaandGitHub 9c0c802f4f soulseekqt: drop (#414632) 2025-06-08 13:51:02 +08:00
Doron BeharandGitHub ecb8f8a922 gentium: 6.200 -> 7.000 (#414001) 2025-06-08 08:05:28 +03:00
Doron Behar 85794319e7 gentium: mention rename confusion in release notes 2025-06-08 07:53:39 +03:00
Paul MuldersandGitHub af9ffbb640 blender: fix hip support (#410748) 2025-06-07 23:17:55 -04:00
Dmitry KalinkinandGitHub 0060edafbf python312Packages.rucio: init at 32.8.6 (#410379) 2025-06-07 23:15:47 -04:00
Yohann BonifaceandGitHub 8589aab2ab mini-calc: 3.4.2 -> 4.0.0 (#414885) 2025-06-08 05:12:02 +02:00
emaryn 7fc19e7921 python312Packages.kgb: init at 7.2 2025-06-08 10:44:16 +08:00
emaryn 7fd2a6fdf3 python312Packages.housekeeping: init at 1.1 2025-06-08 10:44:16 +08:00
SandroandGitHub 05e776eef5 nixosTests.ngingx-http3: fix race condition (#412954) 2025-06-08 03:23:56 +02:00
SandroandGitHub 90a3aedcc2 python3Packages.osprofiler: 4.2.0 -> 4.3.0 (#414475) 2025-06-08 03:23:07 +02:00
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
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 68d5e4fe13 wastebin: 3.1.0 -> 3.2.0 2025-06-07 23:54:42 +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
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
Gaétan LepageandGitHub 738fc4803f pre-commit: cleanup (#414859) 2025-06-08 00:44:25 +02: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
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 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
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