Commit Graph
826103 Commits
Author SHA1 Message Date
R. Ryantm 705fca6dc6 dnsproxy: 0.76.0 -> 0.76.1 2025-07-06 11:58:29 +00:00
a967b2febf awscli2: 2.27.31 -> 2.27.49 (#420289)
Co-authored-by: devusb <devusb@users.noreply.github.com>
2025-07-06 11:02:07 +00:00
AleksanaandGitHub 6eaed15add python3Packages.livekit-api: 1.0.2 -> 1.0.3 (#422239) 2025-07-06 18:48:38 +08:00
AleksanaandGitHub 74a6f1f87a komikku: 1.80.0 -> 1.81.0 (#422632) 2025-07-06 18:47:55 +08:00
Gaétan LepageandGitHub 2f64641709 python3Packages.oelint-data: 1.0.18 -> 1.0.20 (#422854) 2025-07-06 12:33:37 +02:00
Gaétan LepageandGitHub a8da032a31 python3Packages.torchmetrics: 1.7.3 -> 1.7.4 (#422702) 2025-07-06 12:26:23 +02:00
AleksanaandGitHub b8bc551a7a conduktor-ctl: 0.6.0 -> 0.6.1 (#422213) 2025-07-06 18:21:38 +08:00
Sefa EyeogluandGitHub 91300527be rsrpc: init at 0.24.2 (#421330) 2025-07-06 12:20:25 +02:00
AleksanaandGitHub 08d962631c alibuild: 1.17.18 -> 1.17.21 (#422326) 2025-07-06 18:19:02 +08:00
AleksanaandGitHub aa9c29dfab spicedb: 1.44.3 -> 1.44.4 (#422494) 2025-07-06 18:15:23 +08:00
AleksanaandGitHub b6adcc75be chafa: 1.16.1 -> 1.16.2 (#422571) 2025-07-06 18:14:09 +08:00
AleksanaandGitHub 4f765e1c59 kubectl-ktop: 0.3.7 -> 0.4.1 (#422580) 2025-07-06 18:13:55 +08:00
AleksanaandGitHub 3734413582 shellhub-agent: 0.19.1 -> 0.19.2 (#422591) 2025-07-06 18:13:15 +08:00
Wolfgang WaltherandGitHub 6d35398071 postgresqlPackages.pg_net: 0.16.0 -> 0.18.0 (#422848) 2025-07-06 10:12:33 +00:00
AleksanaandGitHub 8c44c4cae3 python3Packages.torchio: 0.20.16 -> 0.20.17 (#422609) 2025-07-06 18:08:43 +08:00
AleksanaandGitHub 9f9c0409d0 all-the-package-names: 2.0.2154 -> 2.0.2156 (#422640) 2025-07-06 18:07:11 +08:00
AleksanaandGitHub 66b993b5ec hyprpanel: 0-unstable-2025-06-22 -> 0-unstable-2025-07-03 (#422674) 2025-07-06 18:02:24 +08:00
AleksanaandGitHub 890c635851 eigenlayer: 0.13.1 -> 0.13.2 (#422692) 2025-07-06 17:59:28 +08:00
R. RyantmandBjørn Forsman 6a7f422b1f genimage: 18 -> 19 2025-07-06 11:42:24 +02:00
AleksanaandGitHub c496173183 simplex-chat-desktop: 6.3.6 -> 6.3.7 (#422738) 2025-07-06 17:35:55 +08:00
AleksanaandGitHub 10c6bcac3a maintainers: remove interdependence (#422755) 2025-07-06 17:34:32 +08:00
AleksanaandGitHub 306977f394 waybar: remove unused date dependency (#422762) 2025-07-06 17:33:28 +08:00
AleksanaandGitHub 486aedf6b7 nsd: add switch to enable libsystemd (#422819) 2025-07-06 17:29:50 +08:00
84115bb8e2 fabric-ai: 1.4.216 -> 1.4.231 (#422872)
Co-authored-by: jaredmontoya <jaredmontoya@users.noreply.github.com>
2025-07-06 09:25:54 +00:00
R. Ryantm 80554b2d5c awscli2: 2.27.31 -> 2.27.49 2025-07-06 09:12:17 +00:00
Maximilian BoschandGitHub 7dde9e2bfb Merge: nixos/redis: fix maintainers in test (#422768) 2025-07-06 11:09:12 +02:00
1fd8bada0b siyuan: 3.1.32 -> 3.2.0 (#422765)
Co-authored-by: L-Trump <L-Trump@users.noreply.github.com>
2025-07-06 08:59:25 +00:00
e8612a671c certinfo-go: 0.1.43 -> 0.1.45 (#422863)
Co-authored-by: paepckehh <git@paepcke.de>
2025-07-06 08:36:47 +00:00
8e5b16f6fc cargo-udeps: 0.1.56 -> 0.1.57 (#422868)
Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
2025-07-06 08:17:44 +00:00
rewineandGitHub 200268d9a3 pineapple-pictures: 1.0.0 -> 1.1.0 (#422874) 2025-07-06 16:16:20 +08:00
Maximilian Bosch 101c6df67b postgresqlPackages.pg_net: remove general -Wno-error
I wondered if this is strictly needed and it turns out that except from
the postgresql_18 version failing with

    pg_net> src/worker.c:20:14: error: no previous extern declaration for non-static variable 'worker_state' [-Werror,-Wmissing-variable-declarations]
    pg_net>    20 | WorkerState *worker_state = NULL;
    pg_net>       |              ^
    pg_net> src/worker.c:20:1: note: declare 'static' if the variable is not intended to be used outside of this translation unit
    pg_net>    20 | WorkerState *worker_state = NULL;
    pg_net>       | ^
    pg_net> 1 error generated.
    pg_net> make: *** [<builtin>: src/worker.o] Error 1

the package builds without it.
2025-07-06 10:13:24 +02:00
Fabian AffolterandGitHub 160865fcde vesta: init at 1.0.10 (#422678) 2025-07-06 10:12:31 +02:00
Fabian AffolterandGitHub 794e5e2569 python313Packages.radixtarget: init at 3.0.0, python313Packages.cloudcheck: init at 7.2.11 (#422629) 2025-07-06 10:12:06 +02:00
Fabian AffolterandGitHub d010d46a29 unwaf: init at 0-unstable-2025-07-04 (#422687) 2025-07-06 10:11:49 +02:00
Fabian AffolterandGitHub 078a67eba0 dalfox: 2.11.0 -> 2.12.0 (#422867) 2025-07-06 10:10:13 +02:00
Fabian AffolterandGitHub 018b3e421d python313Packages.pygitguardian: 1.22.0 -> 1.23.0 (#420148) 2025-07-06 10:09:06 +02:00
Fabian AffolterandGitHub f0a3ff30a7 python313Packages.ciscoconfparse2: relax tomlkit (#422873) 2025-07-06 10:07:13 +02:00
R. RyantmandMaximilian Bosch 49ec00ec7f postgresqlPackages.pg_net: 0.16.0 -> 0.18.0 2025-07-06 09:59:03 +02:00
R. Ryantm 8f408a61f1 pineapple-pictures: 1.0.0 -> 1.1.0 2025-07-06 07:54:24 +00:00
Fabian Affolter 9cdcdf177e python313Packages.ciscoconfparse2: relax tomlkit 2025-07-06 09:21:41 +02:00
R. Ryantm 077fd4d427 fabric-ai: 1.4.216 -> 1.4.231 2025-07-06 07:21:19 +00:00
Fabian AffolterandGitHub ceb24d94c6 vuls: 0.33.1 -> 0.33.2 (#422664) 2025-07-06 09:15:37 +02:00
Fabian AffolterandGitHub 5db432420b trevorspray: init at 2.3.1 (#422652) 2025-07-06 09:15:26 +02:00
Fabian AffolterandGitHub b8edfc31ba favirecon: init at 1.0.0 (#422654) 2025-07-06 09:15:12 +02:00
Fabian AffolterandGitHub 7d3e7b27ca vunnel: 0.34.1 -> 0.34.2 (#422661) 2025-07-06 09:14:58 +02:00
Rémi NICOLEandGitHub 2be21590b9 gradia: 1.5.0 -> 1.6.1 (#422656) 2025-07-06 07:12:43 +00:00
Pol DellaieraandGitHub 2d6c267d30 python3Packages.langchain-aws: 0.2.26 -> 0.2.27 (#422266) 2025-07-06 09:03:45 +02:00
Pol DellaieraandGitHub 1c43dc96c8 codex: 0.1.2504301751 -> 0.2.0 (rust version) (#418238) 2025-07-06 09:03:22 +02:00
Pol DellaieraandGitHub 32928df326 vscode-extensions.tekumara.typos-vscode: 0.1.39 -> 0.1.40 (#422859) 2025-07-06 09:01:12 +02:00
Pol DellaieraandGitHub 80096199d1 python3Packages.docling-serve: remove dependency on unavailable mlx-vlm (#422844) 2025-07-06 09:00:48 +02:00