···45# point to this derivations `/dsmi_dir` directory symlink.
46# Other environment variables might be necessary,
47# depending on local configuration or usage; see:
48-# https://www.ibm.com/docs/en/spectrum-protect/8.1.19?topic=solaris-set-api-environment-variables
495051# The newest version of TSM client should be discoverable by
···104105 unwrapped = stdenv.mkDerivation rec {
106 name = "tsm-client-${version}-unwrapped";
107- version = "8.1.19.0";
108 src = fetchurl {
109 url = mkSrcUrl version;
110- hash = "sha512-HF4w8R6R+7gfIFsYlO3R6mkDxMo4TvL/KeK7IuuspGLiajGnBU2B7yg9/oUiT11YUBHjklaINyceQWWJoFSQJw==";
111 };
112 inherit meta passthru;
113
···45# point to this derivations `/dsmi_dir` directory symlink.
46# Other environment variables might be necessary,
47# depending on local configuration or usage; see:
48+# https://www.ibm.com/docs/en/spectrum-protect/8.1.20?topic=solaris-set-api-environment-variables
495051# The newest version of TSM client should be discoverable by
···104105 unwrapped = stdenv.mkDerivation rec {
106 name = "tsm-client-${version}-unwrapped";
107+ version = "8.1.20.0";
108 src = fetchurl {
109 url = mkSrcUrl version;
110+ hash = "sha512-UZ5hRXGlB/1B4gZ8/i9OCHsxSuRkbAcp195zl/M75HtTi8o0rOfOh3LMmn4x4/M1V8d60ix7Tn4Mv8xkm7QXzw==";
111 };
112 inherit meta passthru;
113