···190190191191- Calling `makeSetupHook` without passing a `name` argument is deprecated.
192192193193+- Top-level buildPlatform,hostPlatform,targetPlatform have been deprecated, use stdenv.X instead.
194194+193195- `lib.systems.examples.ghcjs` and consequently `pkgsCross.ghcjs` now use the target triplet `javascript-unknown-ghcjs` instead of `js-unknown-ghcjs`. This has been done to match an [upstream decision](https://gitlab.haskell.org/ghc/ghc/-/commit/6636b670233522f01d002c9b97827d00289dbf5c) to follow Cabal's platform naming more closely. Nixpkgs will also reject `js` as an architecture name.
194196195197- `dokuwiki` has been updated from 2023-07-31a (Igor) to 2023-04-04 (Jack Jackrum), which has [completely removed](https://www.dokuwiki.org/changes#release_2023-04-04_jack_jackrum) the options to embed HTML and PHP for security reasons. The [htmlok plugin](https://www.dokuwiki.org/plugin:htmlok) can be used to regain this functionality.
···1818# This version needs to be in sync with GitLab CE/EE
1919gem 'licensee', '~> 9.15'
20202121-gem 'google-protobuf', '~> 3.22.2'
2121+gem 'google-protobuf', '~> 3.22.3'
2222gem 'nokogiri', '~> 1.14'
23232424# Rails is currently blocked on the upgrade to the new major version for Redis,