Skip to content

Commit 986e6d4

Browse files
authored
tsm-client: 8.1.23.0 -> 8.1.24.0 (#345039)
2 parents 2d80948 + f748ccc commit 986e6d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

nixos/modules/programs/tsm-client.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let
2222
serverOptions = { name, config, ... }: {
2323
freeformType = attrsOf (either scalarType (listOf scalarType));
2424
# Client system-options file directives are explained here:
25-
# https://www.ibm.com/docs/en/storage-protect/8.1.23?topic=commands-processing-options
25+
# https://www.ibm.com/docs/en/storage-protect/8.1.24?topic=commands-processing-options
2626
options.servername = mkOption {
2727
type = servernameType;
2828
default = name;

nixos/modules/services/backup/tsm.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ in
9090
environment.HOME = "/var/lib/tsm-backup";
9191
serviceConfig = {
9292
# for exit status description see
93-
# https://www.ibm.com/docs/en/storage-protect/8.1.23?topic=clients-client-return-codes
93+
# https://www.ibm.com/docs/en/storage-protect/8.1.24?topic=clients-client-return-codes
9494
SuccessExitStatus = "4 8";
9595
# The `-se` option must come after the command.
9696
# The `-optfile` option suppresses a `dsm.opt`-not-found warning.

pkgs/by-name/ts/tsm-client/package.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# point to this derivations `/dsmi_dir` directory symlink.
4646
# Other environment variables might be necessary,
4747
# depending on local configuration or usage; see:
48-
# https://www.ibm.com/docs/en/storage-protect/8.1.23?topic=solaris-set-api-environment-variables
48+
# https://www.ibm.com/docs/en/storage-protect/8.1.24?topic=solaris-set-api-environment-variables
4949

5050

5151
# The newest version of TSM client should be discoverable by
@@ -104,10 +104,10 @@ let
104104

105105
unwrapped = stdenv.mkDerivation (finalAttrs: {
106106
name = "tsm-client-${finalAttrs.version}-unwrapped";
107-
version = "8.1.23.0";
107+
version = "8.1.24.0";
108108
src = fetchurl {
109109
url = mkSrcUrl finalAttrs.version;
110-
hash = "sha512-LydzEvzcv7sizSQkVmkbJ/WhunP6oJm32M6nstIfSginCLwYoSb5WbnjeQq2PM2xncFN8W/SteUtCPYbOVKaKA==";
110+
hash = "sha512-TqTDE2oJK/Wu/MNYUCqxmOE6asAqDLz4GtdcFZuKqvfT8pJUCYKz9yjRPIrM3u2XfLH0wDq+Q8ER4ui680mswA==";
111111
};
112112
inherit meta passthru;
113113

0 commit comments

Comments
 (0)