···284284 - `services.openssh.ciphers` to `services.openssh.settings.Ciphers`
285285 - `services.openssh.gatewayPorts` to `services.openssh.settings.GatewayPorts`
286286287287-- `netbox` was updated to 3.4. NixOS' `services.netbox.package` still defaults to 3.3 if `stateVersion` is earlier than 23.05. Please review upstream's [breaking changes](https://github.com/netbox-community/netbox/releases/tag/v3.4.0), and upgrade NetBox by changing `services.netbox.package`. Database migrations will be run automatically.
287287+- `netbox` was updated to 3.5. NixOS' `services.netbox.package` still defaults to 3.3 if `stateVersion` is earlier than 23.05. Please review upstream's breaking changes [for 3.4.0](https://github.com/netbox-community/netbox/releases/tag/v3.4.0) and [for 3.5.0](https://github.com/netbox-community/netbox/releases/tag/v3.5.0), and upgrade NetBox by changing `services.netbox.package`. Database migrations will be run automatically.
288288289289- `services.netbox` now support RFC42-style options, through `services.netbox.settings`.
290290
+2-2
pkgs/servers/web-apps/netbox/default.nix
···2323 };
24242525 netbox = callPackage generic {
2626- version = "3.4.10";
2727- hash = "sha256-STNukh/UYAiZ5amLfpmzIcv8OlRqW0zU+66ShfDiGkc=";
2626+ version = "3.5.0";
2727+ hash = "sha256-LsUitX/e+ec/9mRBw+cbGOG2Idl9ZQwf/vxIC3YS5LU=";
2828 extraPatches = [
2929 # Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
3030 ./config.patch