···5656 this version for the entire lifecycle of the 21.11 release.
5757 </para>
5858 </listitem>
5959+ <listitem>
6060+ <para>
6161+ Those making use of <literal>buildBazelPackage</literal> will
6262+ need to regenerate the fetch hashes (preferred), or set
6363+ <literal>fetchConfigured = false;</literal>.
6464+ </para>
6565+ </listitem>
5966 </itemizedlist>
6067 </section>
6168 <section xml:id="other-notable-changes">
+3
nixos/doc/manual/release-notes/rl-2111.section.md
···2424* PHP 7.3 is no longer supported due to upstream not supporting this
2525 version for the entire lifecycle of the 21.11 release.
26262727+* Those making use of `buildBazelPackage` will need to regenerate the fetch
2828+ hashes (preferred), or set `fetchConfigured = false;`.
2929+2730## Other Notable Changes
···3535# required for the build as configured, rather than fetching all the dependencies
3636# which may not work in some situations (e.g. Java code which ends up relying on
3737# Debian-specific /usr/share/java paths, but doesn't in the configured build).
3838-, fetchConfigured ? false
3838+, fetchConfigured ? true
39394040# Don’t add Bazel --copt and --linkopt from NIX_CFLAGS_COMPILE /
4141# NIX_LDFLAGS. This is necessary when using a custom toolchain which