tsm-client: 8.1.15.0 -> 8.1.15.1
IBM's "Authorized Program Analysis Report"s (something like release notes): https://www.ibm.com/support/pages/node/6590857 README: https://www.ibm.com/support/pages/node/6593819 No Security Bulletins. This also updates the version number and date in a comment. The informations in the comment are still valid.
This commit is contained in:
parent
1132884a8d
commit
5eaf0423eb
1 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@
|
||||||
# point to this derivations `/dsmi_dir` directory symlink.
|
# point to this derivations `/dsmi_dir` directory symlink.
|
||||||
# Other environment variables might be necessary,
|
# Other environment variables might be necessary,
|
||||||
# depending on local configuration or usage; see:
|
# depending on local configuration or usage; see:
|
||||||
# https://www.ibm.com/docs/en/spectrum-protect/8.1.13?topic=solaris-set-api-environment-variables
|
# https://www.ibm.com/docs/en/spectrum-protect/8.1.15?topic=solaris-set-api-environment-variables
|
||||||
|
|
||||||
|
|
||||||
# The newest version of TSM client should be discoverable by
|
# The newest version of TSM client should be discoverable by
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
# Follow the "HTTPS" link of the row with the latest date stamp.
|
# Follow the "HTTPS" link of the row with the latest date stamp.
|
||||||
# In the directory listing to show up, pick the big `.tar` file.
|
# In the directory listing to show up, pick the big `.tar` file.
|
||||||
#
|
#
|
||||||
# (as of 2021-12-18)
|
# (as of 2022-08-13)
|
||||||
|
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -107,10 +107,10 @@ let
|
||||||
|
|
||||||
unwrapped = stdenv.mkDerivation rec {
|
unwrapped = stdenv.mkDerivation rec {
|
||||||
name = "tsm-client-${version}-unwrapped";
|
name = "tsm-client-${version}-unwrapped";
|
||||||
version = "8.1.15.0";
|
version = "8.1.15.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mkSrcUrl version;
|
url = mkSrcUrl version;
|
||||||
hash = "sha512-K98irjGvN2QejwbOoRhnHkYdFX3ZQ8hv+v2Gb2/pnr9AE1uj6h0lEXQu2cOEHbk7jMtGwpglzofCF7yUyT/tcw==";
|
hash = "sha512-DURIMlWlmu+l2UT3bAMaFPlwO+UlrfgaYCsm/JonvvC0K0WallhNKFd7sp0amPkU+4QHE2fkFrTGE3/lY+fghQ==";
|
||||||
};
|
};
|
||||||
inherit meta passthru;
|
inherit meta passthru;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue