mongosh: 2.3.2 -> 2.3.3

This commit is contained in:
Aaron Jheng 2024-11-01 11:47:53 +00:00
parent acfe931c88
commit 8c5a7eba6b
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
3 changed files with 628 additions and 826 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,11 +34,11 @@ buildNpmPackage {
updateScript = ./update.sh;
};
meta = with lib; {
meta = {
homepage = "https://www.mongodb.com/try/download/shell";
description = "MongoDB Shell";
maintainers = with maintainers; [ aaronjheng ];
license = licenses.asl20;
maintainers = with lib.maintainers; [ aaronjheng ];
license = lib.licenses.asl20;
mainProgram = "mongosh";
};
}

View File

@ -1,6 +1,6 @@
{
"version": "2.3.2",
"integrity": "sha512-KobngQr6A3kS7DJhXBc+sAnk3GujTI/WxVz+NfOVl0i/DDd6v+dI95xwhxggcu6wUtvj40AyTH20gvvvdkeGHg==",
"filename": "mongosh-2.3.2.tgz",
"deps": "sha256-t6HsvxXLutSjGfYTVX/15b+WCbT5+2NO2epW0aNttAI="
"version": "2.3.3",
"integrity": "sha512-nNVPMhaT/5HmTWGPuHfa3WWbu0lDQRyqoHP51YWZcBX4pgOWwGPXpQqEHLsKhEvzL8jdp8aemT/3/iyfvWUAhA==",
"filename": "mongosh-2.3.3.tgz",
"deps": "sha256-jL7Lf35AHZEUrsSVe4qMT60XzFr03NEBjWFWFkY3n/U="
}