Commit Graph

719941 Commits

Author SHA1 Message Date
nixpkgs-merge-bot[bot]
452cd9d456
kine: 0.13.3 -> 0.13.6 (#363319) 2024-12-09 19:13:04 +00:00
Weijia Wang
db343a60d9
nomnatong: 5.12 -> 5.13 (#360664) 2024-12-09 20:11:31 +01:00
Pol Dellaiera
3f5a19e2d5 vscode-extensions.visualjj.visualjj: 0.13.1 -> 0.13.3 2024-12-09 20:10:15 +01:00
Jörg Thalheim
1ac98af94b
etc-overlay: mount the metadata image read-only (#360756) 2024-12-09 20:10:00 +01:00
Weijia Wang
43d27c33ec
librespot: 0.5.0 -> 0.6.0 (#360296) 2024-12-09 20:08:31 +01:00
surfaceflinger
b64dec7857
lunar-client: 3.2.26 -> 3.3.1 (#360481) 2024-12-09 14:08:18 -05:00
Weijia Wang
e4eb3e8115
zef: 0.22.4 -> 0.22.6 (#360600) 2024-12-09 20:06:56 +01:00
Felix Bühler
7fb4bfcbd4
svp: fix fhsenv version (#363180) 2024-12-09 20:03:16 +01:00
Weijia Wang
dbad61f93b
srgn: 0.13.3 -> 0.13.4 (#360560) 2024-12-09 20:00:33 +01:00
surfaceflinger
9db79a5788
kernel-hardening-checker: 0.6.6 -> 0.6.10 (#360454) 2024-12-09 13:59:18 -05:00
Weijia Wang
5014c5dba8
terraform-ls: 0.34.3 -> 0.36.0 (#360530) 2024-12-09 19:56:23 +01:00
Felix Bühler
25ffef2469
vmware-horizon-client: fix fhsenv version (#363164) 2024-12-09 19:55:53 +01:00
Weijia Wang
9a67590b3c
ruplacer: 0.9.0 -> 0.10.0 (#360475) 2024-12-09 19:55:10 +01:00
Weijia Wang
ada08ab4ec
ssm-session-manager-plugin: 1.2.677.0 -> 1.2.694.0 (#360259) 2024-12-09 19:54:49 +01:00
Christopher Crouse
d003aefa70
publii: 0.45.2 -> 0.46.2 (#363093)
Release:
- https://getpublii.com/blog/release-046-2.html
- https://getpublii.com/download/Publii-0.46.2.deb 
- https://github.com/GetPublii/Publii/releases/tag/v.0.46.2-build-16966
2024-12-09 13:51:57 -05:00
Leah Amelia Chen
1331edaea7
mangojuice: init at 0.7.8 (#354321) 2024-12-09 13:50:07 -05:00
Gaétan Lepage
a51505e088
handheld-daemon: 3.6.1 -> 3.7.0 (#361364) 2024-12-09 19:46:14 +01:00
Nick Cao
3c9a1fe232
nixos/wakapi: don't merge EnvironmentFile paths (#363205) 2024-12-09 13:37:24 -05:00
Arne Keller
ff5ffbd323
kikoplay: init at 1.0.3 (#354929) 2024-12-09 19:27:17 +01:00
Nick Cao
e1edfba5a1
python312Packages.homematicip: 1.1.3 -> 1.1.5 (#362729) 2024-12-09 13:26:02 -05:00
Masum Reza
6400e8d74d
chatzone-desktop: 5.2.1 -> 5.2.3 (#360941) 2024-12-09 23:54:31 +05:30
Weijia Wang
d936a6e084
trunk: 0.21.1 -> 0.21.4 (#360470) 2024-12-09 19:23:59 +01:00
R. Ryantm
80e73f44fa uncrustify: 0.80.0 -> 0.80.1 2024-12-09 19:23:27 +01:00
Weijia Wang
0618ebc8c8
pinniped: 0.33.0 -> 0.35.0 (#360469) 2024-12-09 19:19:36 +01:00
Weijia Wang
dce92e62e7
v2raya: add cliPackage option (#334876) 2024-12-09 19:19:01 +01:00
Martin Weinelt
491e332feb
home-assistant: refresh cherry-picks (#363666) 2024-12-09 19:17:12 +01:00
nixpkgs-merge-bot[bot]
dab4fe5354
peazip: 10.0.0 -> 10.1.0 (#362704) 2024-12-09 18:12:50 +00:00
Silvan Mosberger
178a034ad9
ci: Update pinned Nixpkgs (#363585) 2024-12-09 19:07:55 +01:00
Weijia Wang
9a141f7105
amarok: 3.1.0 -> 3.1.1 (#360464) 2024-12-09 19:06:30 +01:00
Adam Stephens
8fccdde2b7
river: 0.3.5 -> 0.3.6
https://codeberg.org/river/river/releases/tag/v0.3.6
2024-12-09 18:04:05 +00:00
MisileLab
f602946645
deno: 2.1.2 -> 2.1.3 (#362818)
Signed-off-by: misilelab <misileminecord@gmail.com>
2024-12-09 13:03:13 -05:00
Martin Weinelt
2b03b37393
nixos/tests/home-assistant: call with runTest 2024-12-09 19:00:30 +01:00
Martin Weinelt
579ade1ed8
nixos/tests/home-assistant: fix testing of restart with new dependency
The backup module is part of the default integrations and as such it will
always be loaded. Replace it with the prometheus module, for which this
is probably unlikely to ever become the case.
2024-12-09 19:00:30 +01:00
Martin Weinelt
be150023f7
nixos/tests/home-assistant: fix reload expectations
When sending SIGHUP to hass it will exit with code 100, which is the
codified exit code to trigger a restart. This is useful, because it can
allow triggering a restart from within the frontend.

It was previously assumed that it would result in a reload, which would
keep the same interpreter process intact. That is not the case and so the
assumption that the PID would stay the same was flawed and only succeeded
due to race conditions.
2024-12-09 19:00:29 +01:00
Martin Weinelt
ee59cca0f1
nixos/home-assistant: add reference to signal handling section 2024-12-09 19:00:29 +01:00
Martin Weinelt
28b8aa8c4c
nixos/home-assistant: support extraArgs 2024-12-09 19:00:28 +01:00
Martin Weinelt
179fd97dae
nixos/home-assistant: update component hardening lists 2024-12-09 19:00:28 +01:00
Martin Weinelt
00b9d1f754
nixos/home-assistant: replace global with lib 2024-12-09 19:00:27 +01:00
Weijia Wang
c15ee9113f
v2ray: 5.20.0 -> 5.22.0 (#359639) 2024-12-09 18:59:02 +01:00
Gliczy
4d17a765b5
mgba: 0.10.3 -> 0.10.4 (#363159) 2024-12-09 12:57:38 -05:00
Maximilian Bosch
d9cff315d1
grafana: 11.3.1 -> 11.4.0 (#363193)
ChangeLog: https://github.com/grafana/grafana/releases/tag/v11.4.0
2024-12-09 12:56:45 -05:00
Maximilian Bosch
d81dea3bbb
meshcentral: 1.1.33 -> 1.1.35 (#363225)
ChangeLogs:
* https://github.com/Ylianst/MeshCentral/releases/tag/1.1.35
* https://github.com/Ylianst/MeshCentral/releases/tag/1.1.34
2024-12-09 12:55:14 -05:00
Weijia Wang
5cdeee4b05
c-blosc2: 2.15.1 -> 2.15.2 (#359868) 2024-12-09 18:53:13 +01:00
Gaétan Lepage
a44f4541d0
nym: 2024.12-aero -> 2024.13-magura-patched (#358978) 2024-12-09 18:47:40 +01:00
Alexander Sieg
75763a2f41
nixos/librenms: enableLocalBilling + memory limit for cronjobs (#361153) 2024-12-09 18:39:47 +01:00
Arne Keller
c6400fbd21
drm_info: 2.3.0 -> 2.7.0 (#344022) 2024-12-09 18:39:22 +01:00
Weijia Wang
d75618dc7a
graalvm-ce: 23.0.0 -> 23.0.1 (#359838) 2024-12-09 18:31:33 +01:00
Sandro
588b138a93
cargo-aoc: init at 0.3.8 (#362859) 2024-12-09 18:27:46 +01:00
nixpkgs-merge-bot[bot]
2b375c0504
yadm: 3.2.2 -> 3.3.0 (#360982) 2024-12-09 17:23:58 +00:00
nixpkgs-merge-bot[bot]
a5deae39a3
uxn: 1.0-unstable-2024-10-19 -> 1.0-unstable-2024-11-30 (#362697) 2024-12-09 17:17:27 +00:00