lol

ionide.ionide-fsharp: 5.11.0 -> 6.0.1 (#168874)

* ionide.ionide-fsharp: 5.11.0 -> 6.0.0

* doc/release-notes: document .NET 6 requirement for Ionide

* ionide: 6.0.0 -> 6.0.1

authored by

Randy Eckenrode and committed by
GitHub
272876ed a67f6e2f

+10 -2
+6
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
··· 2152 2152 </listitem> 2153 2153 <listitem> 2154 2154 <para> 2155 + The <literal>vscode-extensions.ionide.ionide-fsharp</literal> 2156 + package has been updated to 6.0.0 and now requires .NET 6.0. 2157 + </para> 2158 + </listitem> 2159 + <listitem> 2160 + <para> 2155 2161 The <literal>zrepl</literal> package has been updated from 2156 2162 0.4.0 to 0.5: 2157 2163 </para>
+2
nixos/doc/manual/release-notes/rl-2205.section.md
··· 774 774 775 775 - `security.pam.ussh` has been added, which allows authorizing PAM sessions based on SSH _certificates_ held within an SSH agent, using [pam-ussh](https://github.com/uber/pam-ussh). 776 776 777 + - The `vscode-extensions.ionide.ionide-fsharp` package has been updated to 6.0.0 and now requires .NET 6.0. 778 + 777 779 - The `zrepl` package has been updated from 0.4.0 to 0.5: 778 780 779 781 - The RPC protocol version was bumped; all zrepl daemons in a setup must be updated and restarted before replication can resume.
+2 -2
pkgs/applications/editors/vscode/extensions/default.nix
··· 1123 1123 mktplcRef = { 1124 1124 name = "Ionide-fsharp"; 1125 1125 publisher = "Ionide"; 1126 - version = "5.10.1"; 1127 - sha256 = "sha256-LkWWgyh4khPyUgekVeO8ZzPK+1gTrS8d9Yz6/kHomr8="; 1126 + version = "6.0.1"; 1127 + sha256 = "sha256-1W1qKnjmyK80np+J6S/nku3QJGypxYnuE0BPw8Onzas="; 1128 1128 }; 1129 1129 meta = with lib; { 1130 1130 changelog = "https://marketplace.visualstudio.com/items/Ionide.Ionide-fsharp/changelog";