about summary refs log tree commit diff
path: root/pkgs/tools/backup
diff options
context:
space:
mode:
authorYarny0 <41838844+Yarny0@users.noreply.github.com>2023-09-15 08:46:37 +0200
committerYarny0 <41838844+Yarny0@users.noreply.github.com>2023-09-15 15:47:50 +0200
commit69fcbeb49aeb17d8a7fc46142e9c917432cd8fdd (patch)
treefbcfcd2806739845b090cf3572840254994dacbe /pkgs/tools/backup
parentf2ea252d23ebc9a5336bf6a61e0644921f64e67c (diff)
downloadnixlib-69fcbeb49aeb17d8a7fc46142e9c917432cd8fdd.tar
nixlib-69fcbeb49aeb17d8a7fc46142e9c917432cd8fdd.tar.gz
nixlib-69fcbeb49aeb17d8a7fc46142e9c917432cd8fdd.tar.bz2
nixlib-69fcbeb49aeb17d8a7fc46142e9c917432cd8fdd.tar.lz
nixlib-69fcbeb49aeb17d8a7fc46142e9c917432cd8fdd.tar.xz
nixlib-69fcbeb49aeb17d8a7fc46142e9c917432cd8fdd.tar.zst
nixlib-69fcbeb49aeb17d8a7fc46142e9c917432cd8fdd.zip
tsm-client: 8.1.19.0 -> 8.1.20.0
"Update History" (release notes):
https://www.ibm.com/support/pages/node/6998343

At the time of this writing,
the list of fixed vulnerabilities is empty:
https://www.ibm.com/support/pages/node/7015829
Diffstat (limited to 'pkgs/tools/backup')
-rw-r--r--pkgs/tools/backup/tsm-client/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/backup/tsm-client/default.nix b/pkgs/tools/backup/tsm-client/default.nix
index 2b944df8feb8..e586e831b107 100644
--- a/pkgs/tools/backup/tsm-client/default.nix
+++ b/pkgs/tools/backup/tsm-client/default.nix
@@ -45,7 +45,7 @@
 # point to this derivations `/dsmi_dir` directory symlink.
 # Other environment variables might be necessary,
 # depending on local configuration or usage; see:
-# https://www.ibm.com/docs/en/spectrum-protect/8.1.19?topic=solaris-set-api-environment-variables
+# https://www.ibm.com/docs/en/spectrum-protect/8.1.20?topic=solaris-set-api-environment-variables
 
 
 # The newest version of TSM client should be discoverable by
@@ -104,10 +104,10 @@ let
 
   unwrapped = stdenv.mkDerivation rec {
     name = "tsm-client-${version}-unwrapped";
-    version = "8.1.19.0";
+    version = "8.1.20.0";
     src = fetchurl {
       url = mkSrcUrl version;
-      hash = "sha512-HF4w8R6R+7gfIFsYlO3R6mkDxMo4TvL/KeK7IuuspGLiajGnBU2B7yg9/oUiT11YUBHjklaINyceQWWJoFSQJw==";
+      hash = "sha512-UZ5hRXGlB/1B4gZ8/i9OCHsxSuRkbAcp195zl/M75HtTi8o0rOfOh3LMmn4x4/M1V8d60ix7Tn4Mv8xkm7QXzw==";
     };
     inherit meta passthru;