node-manta: 5.4.1 -> 5.4.2

https://github.com/TritonDataCenter/node-manta/blob/v5.4.2/CHANGES.md#542
This commit is contained in:
teutat3s 2024-01-22 11:42:13 +01:00
parent 612f97239e
commit acde56f5eb
No known key found for this signature in database
GPG key ID: 18DAE600A6BBE705

View file

@ -8,16 +8,16 @@
buildNpmPackage rec {
pname = "manta";
version = "5.4.1";
version = "5.4.2";
src = fetchFromGitHub {
owner = "TritonDataCenter";
repo = "node-manta";
rev = "v${version}";
hash = "sha256-C6O5yTCBABMsz2scot8v3IwPbdYvJyZbcPOLfeDXCoo=";
hash = "sha256-Uj3fNzeERiO++sW2uyAbtfN/1Ed6uRVBBvCecncq/QY=";
};
npmDepsHash = "sha256-4Zz9sSUXE2dXdkIka2z5bQ2pNmCXXCBS2Sr0JHQOBQw=";
npmDepsHash = "sha256-Xk/K90K+X73ZTV6u2GJij8815GdBn6igXmpWLaCfKF4=";
dontBuild = true;
@ -50,6 +50,7 @@ buildNpmPackage rec {
meta = with lib; {
description = "Manta Object-Storage Client CLIs and Node.js SDK";
homepage = "https://github.com/TritonDataCenter/node-manta";
changelog = "https://github.com/TritonDataCenter/node-manta/blob/v${version}/CHANGES.md";
license = licenses.mit;
maintainers = with maintainers; [ teutat3s ];
mainProgram = "mls";