mongosh: 2.3.2 -> 2.3.3 (#352847)

This commit is contained in:
Johannes Jöns 2024-11-01 23:52:39 +01:00 committed by GitHub
commit d0cea61ff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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="
}