···296 </listitem>
297 <listitem>
298 <para>
00000000299 <literal>llvmPackages_rocm.llvm</literal> will not contain
300 <literal>clang</literal> or <literal>compiler-rt</literal>.
301 <literal>llvmPackages_rocm.clang</literal> will not contain
···296 </listitem>
297 <listitem>
298 <para>
299+ <literal>tut</literal> has been updated from 1.0.34 to 2.0.0,
300+ and now uses the TOML format for the configuration file
301+ instead of INI. Additional information can be found
302+ <link xlink:href="https://github.com/RasmusLindroth/tut/releases/tag/2.0.0">here</link>.
303+ </para>
304+ </listitem>
305+ <listitem>
306+ <para>
307 <literal>llvmPackages_rocm.llvm</literal> will not contain
308 <literal>clang</literal> or <literal>compiler-rt</literal>.
309 <literal>llvmPackages_rocm.clang</literal> will not contain
+2
nixos/doc/manual/release-notes/rl-2305.section.md
···7576- Kime has been updated from 2.5.6 to 3.0.2 and the `i18n.inputMethod.kime.config` option has been removed. Users should use `daemonModules`, `iconColor`, and `extraConfig` options under `i18n.inputMethod.kime` instead.
770078- `llvmPackages_rocm.llvm` will not contain `clang` or `compiler-rt`. `llvmPackages_rocm.clang` will not contain `llvm`. `llvmPackages_rocm.clangNoCompilerRt` has been removed in favor of using `llvmPackages_rocm.clang-unwrapped`.
7980- The EC2 image module previously detected and automatically mounted ext3-formatted instance store devices and partitions in stage-1 (initramfs), storing `/tmp` on the first discovered device. This behaviour, which only catered to very specific use cases and could not be disabled, has been removed. Users relying on this should provide their own implementation, and probably use ext4 and perform the mount in stage-2.
···7576- Kime has been updated from 2.5.6 to 3.0.2 and the `i18n.inputMethod.kime.config` option has been removed. Users should use `daemonModules`, `iconColor`, and `extraConfig` options under `i18n.inputMethod.kime` instead.
7778+- `tut` has been updated from 1.0.34 to 2.0.0, and now uses the TOML format for the configuration file instead of INI. Additional information can be found [here](https://github.com/RasmusLindroth/tut/releases/tag/2.0.0).
79+80- `llvmPackages_rocm.llvm` will not contain `clang` or `compiler-rt`. `llvmPackages_rocm.clang` will not contain `llvm`. `llvmPackages_rocm.clangNoCompilerRt` has been removed in favor of using `llvmPackages_rocm.clang-unwrapped`.
8182- The EC2 image module previously detected and automatically mounted ext3-formatted instance store devices and partitions in stage-1 (initramfs), storing `/tmp` on the first discovered device. This behaviour, which only catered to very specific use cases and could not be disabled, has been removed. Users relying on this should provide their own implementation, and probably use ext4 and perform the mount in stage-2.
+3-3
pkgs/applications/misc/tut/default.nix
···23buildGoModule rec {
4 pname = "tut";
5- version = "1.0.34";
67 src = fetchFromGitHub {
8 owner = "RasmusLindroth";
9 repo = pname;
10 rev = version;
11- sha256 = "sha256-AnuPTv9W+2yDcM803DZaNIn4S7A78JEv6S8pA18whVA=";
12 };
1314- vendorHash = "sha256-go7eZHhrQ1ZcLOn56a3Azn3eRyAesAkgLabPbwzKtds=";
1516 meta = with lib; {
17 description = "A TUI for Mastodon with vim inspired keys";
···23buildGoModule rec {
4 pname = "tut";
5+ version = "2.0.0";
67 src = fetchFromGitHub {
8 owner = "RasmusLindroth";
9 repo = pname;
10 rev = version;
11+ sha256 = "sha256-Oypl80UsYRRSIMvHDPSS6rrvzjlxZ/UKDNDGc2Yan+w=";
12 };
1314+ vendorHash = "sha256-qeYgkF9sIJ0slRarXbCHZ+1JmtZwXDnrJIpRKGOoW5Q=";
1516 meta = with lib; {
17 description = "A TUI for Mastodon with vim inspired keys";