···223224- Suricata was upgraded from 6.0 to 7.0 and no longer considers HTTP/2 support as experimental, see [upstream release notes](https://forum.suricata.io/t/suricata-7-0-0-released/3715) for more details.
225000000226## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
227228- The use of `sourceRoot = "source";`, `sourceRoot = "source/subdir";`, and similar lines in package derivations using the default `unpackPhase` is deprecated as it requires `unpackPhase` to always produce a directory named "source". Use `sourceRoot = src.name`, `sourceRoot = "${src.name}/subdir";`, or `setSourceRoot = "sourceRoot=$(echo */subdir)";` or similar instead.
···223224- Suricata was upgraded from 6.0 to 7.0 and no longer considers HTTP/2 support as experimental, see [upstream release notes](https://forum.suricata.io/t/suricata-7-0-0-released/3715) for more details.
225226+- `networking.nftables` now has the option `networking.nftables.table.<table>` to create tables
227+ and have them be updated atomically, instead of flushing the ruleset.
228+229+- `networking.nftables` is no longer flushing all rulesets on every reload.
230+ Use `networking.nftables.flushRuleset = true;` to get back the old behaviour.
231+232## Nixpkgs internals {#sec-release-23.11-nixpkgs-internals}
233234- The use of `sourceRoot = "source";`, `sourceRoot = "source/subdir";`, and similar lines in package derivations using the default `unpackPhase` is deprecated as it requires `unpackPhase` to always produce a directory named "source". Use `sourceRoot = src.name`, `sourceRoot = "${src.name}/subdir";`, or `setSourceRoot = "sourceRoot=$(echo */subdir)";` or similar instead.