···178178 - Please note that an upgrade from v24 (or older) to v26 directly is not possible. Please upgrade to `nextcloud25` (or earlier) first. Nextcloud prohibits skipping major versions while upgrading. You can upgrade by declaring [`services.nextcloud.package = pkgs.nextcloud25;`](options.html#opt-services.nextcloud.package).
179179 - It's recommended to use the latest version available (i.e. v26) and to specify that using `services.nextcloud.package`.
180180181181-- .NET 5.0 was removed due to being end-of-life, use a newer, supported .NET version - https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
181181+- .NET 5.0 and .NET 3.1 were removed due to being end-of-life, use a newer, supported .NET version - https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
182182183183- The iputils package, which is installed by default, no longer provides the
184184 `ninfod`, `rarpd` and `rdisc` tools. See
···1717 # this derivation. However, we should ensure on version bumps
1818 # that the CUDA toolkit for `passthru.tests` is still
1919 # up-to-date.
2020- version = "1.13.1";
2020+ version = "2.0.0";
2121 device = if cudaSupport then "cuda" else "cpu";
2222 srcs = import ./binary-hashes.nix version;
2323 unavailable = throw "libtorch is not available for this platform";