···286 - `services.openssh.ciphers` to `services.openssh.settings.Ciphers`
287 - `services.openssh.gatewayPorts` to `services.openssh.settings.GatewayPorts`
288289-- `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.
290291- `services.netbox` now support RFC42-style options, through `services.netbox.settings`.
292
···286 - `services.openssh.ciphers` to `services.openssh.settings.Ciphers`
287 - `services.openssh.gatewayPorts` to `services.openssh.settings.GatewayPorts`
288289+- `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.
290291- `services.netbox` now support RFC42-style options, through `services.netbox.settings`.
292
···10 sha256 = "15ahl0irwwj558s964abdxg4vp6iwlabri7klsm2am6q5r0ngsky";
11 };
1200000013 doCheck = false; # No such file or directory: './run_tests.py
1415 meta = with lib; {
···10 sha256 = "15ahl0irwwj558s964abdxg4vp6iwlabri7klsm2am6q5r0ngsky";
11 };
1213+ # setuptools.extern.packaging.version.InvalidVersion: Invalid version: '1.7.7-SNAPSHOT'
14+ postPatch = ''
15+ substituteInPlace setup.py \
16+ --replace "1.7.7-SNAPSHOT" "1.7.7"
17+ '';
18+19 doCheck = false; # No such file or directory: './run_tests.py
2021 meta = with lib; {