mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
mongosh: 2.3.2 -> 2.3.3
This commit is contained in:
parent
acfe931c88
commit
8c5a7eba6b
1440
pkgs/by-name/mo/mongosh/package-lock.json
generated
1440
pkgs/by-name/mo/mongosh/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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="
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user