Commit Graph
909915 Commits
Author SHA1 Message Date
Vladimír ČunátandGitHub 3e867e227b nixos/kresd, nixos/knot-resolver: fix assertion format (#468361) 2025-12-06 09:23:45 +00:00
Tobias Mayer 6d3a379c3f azure-sdk-for-cpp: expose scope as passthru.pkgs 2025-12-06 10:16:06 +01:00
Tobias Mayer 78ab0d7000 azure-sdk-for-cpp: use release tags for each component 2025-12-06 10:16:06 +01:00
Tobias Mayer 1ce01c1d4f azure-sdk-for-cpp: init at various versions 2025-12-06 10:16:05 +01:00
R. Ryantm d75859a667 naja: 0.2.13 -> 0.3.0 2025-12-06 09:15:31 +00:00
Gaetan Lepage 0e2138914c python3Packages.hatch-deps-selector: init at 0.1.2 2025-12-06 09:01:10 +00:00
R. Ryantm a361964880 python3Packages.sharkiq: 1.4.3 -> 1.5.0 2025-12-06 08:59:55 +00:00
nixpkgs-ci[bot]andGitHub d5c1ed2c00 xenia-canary: 0-unstable-2025-11-29 -> 0-unstable-2025-12-05 (#468356) 2025-12-06 08:44:32 +00:00
R. Ryantm 98c3c8f4f1 python3Packages.awscrt: 0.29.1 -> 0.29.2 2025-12-06 08:42:02 +00:00
R. Ryantm 86c5c755e5 python3Packages.sphinxcontrib-confluencebuilder: 2.14.0 -> 2.16.0 2025-12-06 08:38:01 +00:00
Vladimír Čunát 09aa6e1f3b nixos/kresd, nixos/knot-resolver: fix assertion format
These bad assertions were added in PR #463467
2025-12-06 09:31:09 +01:00
Emil Fresk f778de526e kicad: add korken89 as maintainer 2025-12-06 09:30:08 +01:00
Emil Fresk 126cf5184e maintainers: add korken89 2025-12-06 09:30:08 +01:00
Gaétan LepageandGitHub 0579b785aa mission-center: avoid double wrapping (#468282) 2025-12-06 08:27:44 +00:00
R. Ryantm 3495e2ec93 typos-lsp: 0.1.45 -> 0.1.46 2025-12-06 08:27:08 +00:00
chillcicada 21a1d7394b matchbox-server: fix version 2025-12-06 16:21:24 +08:00
éclairevoyant 51f8f8496c smfh: adopt by upstream team 2025-12-06 03:20:13 -05:00
éclairevoyant 93d8755df3 team/feel-co: init 2025-12-06 03:20:13 -05:00
R. Ryantm ad6815290e reproxy: 1.2.3 -> 1.3.0 2025-12-06 08:03:16 +00:00
R. Ryantm 27b2919923 semgrep: 1.143.0 -> 1.145.0 2025-12-06 07:59:09 +00:00
nixpkgs-ci[bot]andGitHub f2d9651e6b affine: 0.25.5 -> 0.25.6 (#468330) 2025-12-06 07:50:31 +00:00
Leona Maroni ed53ecb47d hedgedoc: 1.10.3 -> 1.10.4
https://github.com/hedgedoc/hedgedoc/releases/tag/1.10.4
2025-12-06 08:47:24 +01:00
R. Ryantm e957122a3a xenia-canary: 0-unstable-2025-11-29 -> 0-unstable-2025-12-05 2025-12-06 07:43:41 +00:00
R. Ryantm f9a9dcb898 python3Packages.uxsim: 1.10.2 -> 1.11.0 2025-12-06 07:43:27 +00:00
Wael NasreddineandGitHub a22b289c52 bazel-watcher: 0.27.0 -> 0.28.0 (#468276) 2025-12-06 07:39:36 +00:00
R. Ryantm 77bca87567 microsoft-edge: 142.0.3595.94 -> 143.0.3650.66 2025-12-06 07:34:48 +00:00
R. Ryantm 63b4ace7d0 moor: 2.9.2 -> 2.9.3 2025-12-06 07:27:24 +00:00
Robert Schütz 316f41362e home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.298 -> 0.13.299
Diff: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.298...0.13.299

Changelog: https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/0.13.299/CHANGELOG.md
2025-12-05 23:26:23 -08:00
R. Ryantm 2e13713dd0 python3Packages.langfuse: 3.8.1 -> 3.10.5 2025-12-06 07:23:49 +00:00
R. Ryantm e8516f2916 linuxPackages.rtw88: 0-unstable-2025-10-20 -> 0-unstable-2025-11-30 2025-12-06 07:07:51 +00:00
R. Ryantm 76f439074c python3Packages.eve: 2.2.3 -> 2.2.4 2025-12-06 07:07:15 +00:00
Morgan Jones aefc82b9c1 nebula: add PKCS#11 support with passthru tests
PKCS#11 support is disabled by default because upstream does not default
to CGO_ENABLED=1. Since using CGO is the default in nixpkgs, allow
disabling it for a static build. Still build a dynamic binary (with
PKCS#11 support) by default for compatibility.

Run all the Nebula tests (including builtin e2e tests, which all pass)
as a passthru test.
2025-12-05 23:03:14 -08:00
Bernardo Meurer Costa b3b1a85370 nixos/tmux: use idempotent new-session to avoid duplicate sessions
When both NixOS programs.tmux and home-manager tmux configs set
newSession = true, tmux would create two sessions on startup since
both /etc/tmux.conf and ~/.config/tmux/tmux.conf contain the
new-session command.

Change new-session to new-session -A -s 0, which attaches to session
"0" if it exists, otherwise creates it. This makes the command
idempotent so multiple configs can safely enable newSession.
2025-12-06 07:02:22 +00:00
R. Ryantm c4f1c9fa5a tev: 2.6.2 -> 2.6.3 2025-12-06 06:44:21 +00:00
andre4ik3 b6118e5072 fex: 2511 -> 2512 2025-12-06 06:36:51 +00:00
R. Ryantm 747d6394c4 python3Packages.ansible-compat: 25.11.0 -> 25.12.0 2025-12-06 06:30:35 +00:00
R. Ryantm eacaee0672 bosh-cli: 7.9.14 -> 7.9.15 2025-12-06 06:29:36 +00:00
Bobby RongandGitHub a6f0213597 Pantheon updates 2025-12-05 (#468097) 2025-12-06 06:29:12 +00:00
nixpkgs-ci[bot]andGitHub 41905b684e gobgp: 4.0.0 -> 4.1.0 (#468338) 2025-12-06 06:27:35 +00:00
nixpkgs-ci[bot]andGitHub daf8a9e4a6 gobgpd: 4.0.0 -> 4.1.0 (#468339) 2025-12-06 06:27:33 +00:00
eljamm 08722e7629 readest: 0.9.93 -> 0.9.94
Changelog: https://github.com/readest/readest/releases/tag/v0.9.94
Diff: https://github.com/readest/readest/compare/v0.9.93...v0.9.94
2025-12-06 07:22:34 +01:00
R. Ryantm 88b0233cbe commitlint: 20.1.0 -> 20.2.0 2025-12-06 06:12:50 +00:00
magicquark 2d293c04db nixos/virtualisation/podman: fix negated logic
- !stdenv.buildPlatform.canExecute stdenv.hostPlatform is incorrect.

- Example: buildPlatform = x86_64, hostPlatform = aarch64, x86_64 cannot
  execute (without emulation) aarch64 so this results in !false, which
  is true. This means that the optional string is inserted and x86_64
  will try to run aarch64 docker.
2025-12-06 06:09:42 +00:00
nixpkgs-ci[bot]andGitHub 870b85fae5 Merge master into staging-nixos 2025-12-06 06:07:25 +00:00
R. Ryantm feada3fac0 gobgpd: 4.0.0 -> 4.1.0 2025-12-06 06:07:23 +00:00
R. Ryantm 679aaa68e6 gobgp: 4.0.0 -> 4.1.0 2025-12-06 06:06:43 +00:00
numinitandGitHub 9e31b6e2c4 nebula: 1.9.7 -> 1.10.0 (#467931) 2025-12-06 05:45:56 +00:00
Kira Bruneau a245797171 python313Packages.debugpy: remove hardcode-version patch 2025-12-06 00:37:30 -05:00
R. Ryantm 47963fff75 positron-bin: 2025.11.0-234 -> 2025.12.0-167 2025-12-06 05:37:22 +00:00
R. Ryantm c71cb53fed chirp: 0.4.0-unstable-2025-11-27 -> 0.4.0-unstable-2025-12-03 2025-12-06 05:37:18 +00:00