On stable releases, we will want to change the freeze parameter in pkgs/desktops/gnome-3/update.nix
to true to limit the gnome update script to only bump patch versions.
Previously all versions with minor >= 90 were considered pre-release,
which failed to consider versions like 0.100.
Let’s limit the range to 90–99 and 900–999.