···178 - 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).
179 - It's recommended to use the latest version available (i.e. v26) and to specify that using `services.nextcloud.package`.
180181-- .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
182183- The iputils package, which is installed by default, no longer provides the
184 `ninfod`, `rarpd` and `rdisc` tools. See
···178 - 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).
179 - It's recommended to use the latest version available (i.e. v26) and to specify that using `services.nextcloud.package`.
180181+- .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
182183- The iputils package, which is installed by default, no longer provides the
184 `ninfod`, `rarpd` and `rdisc` tools. See
···17 # this derivation. However, we should ensure on version bumps
18 # that the CUDA toolkit for `passthru.tests` is still
19 # up-to-date.
20- version = "1.13.1";
21 device = if cudaSupport then "cuda" else "cpu";
22 srcs = import ./binary-hashes.nix version;
23 unavailable = throw "libtorch is not available for this platform";
···17 # this derivation. However, we should ensure on version bumps
18 # that the CUDA toolkit for `passthru.tests` is still
19 # up-to-date.
20+ version = "2.0.0";
21 device = if cudaSupport then "cuda" else "cpu";
22 srcs = import ./binary-hashes.nix version;
23 unavailable = throw "libtorch is not available for this platform";