tsm-client: update support URLs

IBM changed their website URLs.

The previous link to "Hardware and Software Requirements"
(explaining optional dependencies like acl and lvm)
disappeared and I can't find a new public link.
As the information still seems correct
(e.g. libdevmapper still enables additional functionality,
as can be deduced from
https://www.ibm.com/docs/en/storage-protect/8.1.24?topic=errors-resolving-linux-image-backup ),
I replaced the URL with a link to the web archive.

The download explanation is no longer necessary;
new versions can be found directly on the `downloadPage` now.

Yarny0 33d4a53b 5d67ea6b

Changed files
+2 -15
pkgs
by-name
ts
tsm-client
+2 -15
pkgs/by-name/ts/tsm-client/package.nix
···
# For an explanation of optional packages
# (features provided by them, version limits), see
-
# https://www.ibm.com/support/pages/node/660813#Version%208.1
+
# https://web.archive.org/web/20240118051918/https://www.ibm.com/support/pages/node/660813#Version%208.1
# IBM Tivoli Storage Manager Client uses a system-wide
# client system-options file `dsm.sys` and expects it
···
# depending on local configuration or usage; see:
# https://www.ibm.com/docs/en/storage-protect/8.1.24?topic=solaris-set-api-environment-variables
-
# The newest version of TSM client should be discoverable by
-
# going to the `downloadPage` (see `meta` below).
-
# Find the "Backup-archive client" table on that page.
-
# Look for "Download Documents" of the latest release.
-
# Follow the "Download Information" link.
-
# Look for the "Linux x86_64 ..." rows in the table at
-
# the bottom of the page and follow their "HTTPS" links (one
-
# link per row -- each link might point to the latest release).
-
# In the directory listings to show up,
-
# check the big `.tar` file.
-
#
-
# (as of 2023-07-01)
-
let
meta = {
homepage = "https://www.ibm.com/products/storage-protect";
-
downloadPage = "https://www.ibm.com/support/pages/ibm-storage-protect-downloads-latest-fix-packs-and-interim-fixes";
+
downloadPage = "https://www.ibm.com/support/fixcentral/swg/selectFixes?product=ibm/StorageSoftware/IBM+Spectrum+Protect";
platforms = [ "x86_64-linux" ];
mainProgram = "dsmc";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];