File tree 3 files changed +5
-5
lines changed
pkgs/by-name/ts/tsm-client
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
serverOptions = { name , config , ... } : {
23
23
freeformType = attrsOf ( either scalarType ( listOf scalarType ) ) ;
24
24
# 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
26
26
options . servername = mkOption {
27
27
type = servernameType ;
28
28
default = name ;
Original file line number Diff line number Diff line change 90
90
environment . HOME = "/var/lib/tsm-backup" ;
91
91
serviceConfig = {
92
92
# 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
94
94
SuccessExitStatus = "4 8" ;
95
95
# The `-se` option must come after the command.
96
96
# The `-optfile` option suppresses a `dsm.opt`-not-found warning.
Original file line number Diff line number Diff line change 45
45
# point to this derivations `/dsmi_dir` directory symlink.
46
46
# Other environment variables might be necessary,
47
47
# 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
49
49
50
50
51
51
# The newest version of TSM client should be discoverable by
@@ -104,10 +104,10 @@ let
104
104
105
105
unwrapped = stdenv . mkDerivation ( finalAttrs : {
106
106
name = "tsm-client-${ finalAttrs . version } -unwrapped" ;
107
- version = "8.1.23 .0" ;
107
+ version = "8.1.24 .0" ;
108
108
src = fetchurl {
109
109
url = mkSrcUrl finalAttrs . version ;
110
- hash = "sha512-LydzEvzcv7sizSQkVmkbJ/WhunP6oJm32M6nstIfSginCLwYoSb5WbnjeQq2PM2xncFN8W/SteUtCPYbOVKaKA ==" ;
110
+ hash = "sha512-TqTDE2oJK/Wu/MNYUCqxmOE6asAqDLz4GtdcFZuKqvfT8pJUCYKz9yjRPIrM3u2XfLH0wDq+Q8ER4ui680mswA ==" ;
111
111
} ;
112
112
inherit meta passthru ;
113
113
You can’t perform that action at this time.
0 commit comments