about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorYarny0 <41838844+Yarny0@users.noreply.github.com>2023-12-19 19:47:28 +0100
committerYarny0 <41838844+Yarny0@users.noreply.github.com>2023-12-19 19:47:28 +0100
commit59539b9bc5a4a91e6778505a8901f56c6ad841e1 (patch)
treefaa3a760a6949c382a971bd4a520a14582b7ef6d /nixos/modules/programs
parent91a00709aebb3602f172a0bf47ba1ef013e34835 (diff)
downloadnixlib-59539b9bc5a4a91e6778505a8901f56c6ad841e1.tar
nixlib-59539b9bc5a4a91e6778505a8901f56c6ad841e1.tar.gz
nixlib-59539b9bc5a4a91e6778505a8901f56c6ad841e1.tar.bz2
nixlib-59539b9bc5a4a91e6778505a8901f56c6ad841e1.tar.lz
nixlib-59539b9bc5a4a91e6778505a8901f56c6ad841e1.tar.xz
nixlib-59539b9bc5a4a91e6778505a8901f56c6ad841e1.tar.zst
nixlib-59539b9bc5a4a91e6778505a8901f56c6ad841e1.zip
tsm-client: 8.1.20.0 -> 8.1.21.0
"Update History" (release notes):
https://www.ibm.com/support/pages/node/6998343

At the time of this writing,
the "APAR" links of the "Update History" lead to 404.
However, the abstracts indicate that
this update is not security critical.

Note that this update changed the GUI window title
to "IBM Storage Protect"
(the product itself was renamed with version 8.1.19.0 already).
The commit at hand adapts the GUI vm test accordingly.

Also, all URLs in package and module comments are updated.
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/tsm-client.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/tsm-client.nix b/nixos/modules/programs/tsm-client.nix
index 45d436221ee3..d31a1fb3f375 100644
--- a/nixos/modules/programs/tsm-client.nix
+++ b/nixos/modules/programs/tsm-client.nix
@@ -22,7 +22,7 @@ let
   serverOptions = { name, config, ... }: {
     freeformType = attrsOf (either scalarType (listOf scalarType));
     # Client system-options file directives are explained here:
-    # https://www.ibm.com/docs/en/storage-protect/8.1.20?topic=commands-processing-options
+    # https://www.ibm.com/docs/en/storage-protect/8.1.21?topic=commands-processing-options
     options.servername = mkOption {
       type = servernameType;
       default = name;