about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-02-06 17:17:40 +0100
committerGitHub <noreply@github.com>2024-02-06 17:17:40 +0100
commited742ab4fc1f432ebe0f0a675762ec37bdbcdec0 (patch)
tree1c3a316e2ce3381bab55bc061a49ba2694cc9d9d /nixos/modules/programs
parenta107d8e982338186eb4d9209b86fc9a6012afb18 (diff)
parent59539b9bc5a4a91e6778505a8901f56c6ad841e1 (diff)
downloadnixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.gz
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.bz2
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.lz
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.xz
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.tar.zst
nixlib-ed742ab4fc1f432ebe0f0a675762ec37bdbcdec0.zip
Merge pull request #275621 from Yarny0/tsm-client-update
tsm-client: 8.1.20.0 -> 8.1.21.0
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;