diff options
author | Stanisław Pitucha <git@viraptor.info> | 2022-10-12 22:12:57 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-12 22:12:57 +1100 |
commit | d2afb051ffd904af5a825f58abee3c63b148c5f2 (patch) | |
tree | 6ad45af5aca6b87f0e00cd884950c9009adc3c4a /nixos/doc | |
parent | 05645561b591dca4308e57ba061c75d1e913d8f1 (diff) | |
parent | 1441c7930e6bda56bb6e3337010551a3437332a6 (diff) |
Merge pull request #195210 from yorickvP/guake
guake: 3.6.3 -> 3.9.0
Diffstat (limited to 'nixos/doc')
-rw-r--r-- | nixos/doc/manual/from_md/release-notes/rl-2211.section.xml | 8 | ||||
-rw-r--r-- | nixos/doc/manual/release-notes/rl-2211.section.md | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml index e105d689864bb..b15927001901b 100644 --- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml +++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml @@ -730,6 +730,14 @@ </listitem> <listitem> <para> + The <literal>guake</literal> package has been updated from + 3.6.3 to 3.9.0, see the + <link xlink:href="https://github.com/Guake/guake/releases">changelog</link> + for more details. + </para> + </listitem> + <listitem> + <para> <literal>dockerTools.buildImage</literal> deprecates the misunderstood <literal>contents</literal> parameter, in favor of <literal>copyToRoot</literal>. Use diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md index 43e28836a4e35..881501ea3de2c 100644 --- a/nixos/doc/manual/release-notes/rl-2211.section.md +++ b/nixos/doc/manual/release-notes/rl-2211.section.md @@ -236,6 +236,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable). - The `diamond` package has been update from 0.8.36 to 2.0.15. See the [upstream release notes](https://github.com/bbuchfink/diamond/releases) for more details. +- The `guake` package has been updated from 3.6.3 to 3.9.0, see the [changelog](https://github.com/Guake/guake/releases) for more details. + - `dockerTools.buildImage` deprecates the misunderstood `contents` parameter, in favor of `copyToRoot`. Use `copyToRoot = buildEnv { ... };` or similar if you intend to add packages to `/bin`. |