Skip to content
/ nixpkgs Public
forked from NixOS/nixpkgs

Commit

Permalink
tsm-client: 8.1.17.2 -> 8.1.19.0
Browse files Browse the repository at this point in the history
"Update History" (release notes):
https://www.ibm.com/support/pages/node/6998343

With this release, IBM renamed the product from
"IBM Spectrum Protect" to "IBM Storage Protect":
https://www.ibm.com/support/pages/node/6964770
However, URLs apparently haven't been changed (yet).
  • Loading branch information
Yarny0 committed Jun 17, 2023
1 parent 7c67f00 commit 5ff5b2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/backup/tsm-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ let
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = [ lib.maintainers.yarny ];
description = "IBM Spectrum Protect (Tivoli Storage Manager) CLI and API";
description = "IBM Storage Protect (Tivoli Storage Manager) CLI and API";
longDescription = ''
IBM Spectrum Protect (Tivoli Storage Manager) provides
IBM Storage Protect (Tivoli Storage Manager) provides
a single point of control for backup and recovery.
This package contains the client software, that is,
a command line client and linkable libraries.
Expand Down Expand Up @@ -104,10 +104,10 @@ let

unwrapped = stdenv.mkDerivation rec {
name = "tsm-client-${version}-unwrapped";
version = "8.1.17.2";
version = "8.1.19.0";
src = fetchurl {
url = mkSrcUrl version;
hash = "sha512-DZCXb3fZO2VYJJJUdjGt9TSdrYNhf8w7QMgEERzX8xb74jjA+UPNI2dbNCeja/vrgRYLYipWZPyjTQJmkxlM/g==";
hash = "sha512-HF4w8R6R+7gfIFsYlO3R6mkDxMo4TvL/KeK7IuuspGLiajGnBU2B7yg9/oUiT11YUBHjklaINyceQWWJoFSQJw==";
};
inherit meta passthru;

Expand Down

0 comments on commit 5ff5b2a

Please sign in to comment.