···309309 `services.dnsmasq.extraConfig` will be deprecated when NixOS 22.11 reaches
310310 end of life.
311311312312-- The `dokuwiki` service now takes configuration via the `services.dokuwiki.sites.<name>.settings` attribute set, `extraConfig` is deprecated and will be removed.
313313- The `{aclUse,superUser,disableActions}` attributes have been renamed, `pluginsConfig` now also accepts an attribute set of booleans, passing plain PHP is deprecated.
314314- Same applies to `acl` which now also accepts structured settings.
312312+- The `dokuwiki` service is now configured via `services.dokuwiki.sites.<name>.settings` attribute set; `extraConfig` has been removed.
313313+ The `{aclUse,superUser,disableActions}` attributes have been renamed accordingly. `pluginsConfig` now only accepts an attribute set of booleans.
314314+ Passing plain PHP is no longer possible.
315315+ Same applies to `acl` which now also only accepts structured `settings`.
315316316317- The `zsh` package changes the way to set environment variables on NixOS systems where `programs.zsh.enable` equals `false`. It now sources `/etc/set-environment` when reading the system-level `zshenv` file. Before, it sourced `/etc/profile` when reading the system-level `zprofile` file.
317318
···4242in
4343stdenv.mkDerivation rec {
4444 pname = "strawberry";
4545- version = "1.0.15";
4545+ version = "1.0.17";
46464747 src = fetchFromGitHub {
4848 owner = "jonaski";
4949 repo = pname;
5050 rev = version;
5151- hash = "sha256-P7M7UIRFr0pABNhb63pV3TqIdTP8Xox4f0BT2ii9rRE=";
5151+ hash = "sha256-Z2b3/pIdSmZUO724hkdn78YrVuRiXALbTOUs+KJMjvU=";
5252 };
53535454 # the big strawberry shown in the context menu is *very* much in your face, so use the grey version instead
···11---- ./ci/build/npm-postinstall.sh
22-+++ ./ci/build/npm-postinstall.sh
33-@@ -102,14 +102,6 @@
44- ;;
55- esac
66-77-- mkdir -p ./lib
88--
99-- if curl -fsSL "https://github.com/coder/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent; then
1010-- chmod +x ./lib/coder-cloud-agent
1111-- else
1212-- echo "Failed to download cloud agent; --link will not work"
1313-- fi
1414--
1515- if ! vscode_install; then
1616- echo "You may not have the required dependencies to build the native modules."
1717- echo "Please see https://github.com/coder/code-server/blob/main/docs/npm.md"