python3Packages.openusd: 24.08 -> 24.11 (#376119)
[NixPkgs.git] / pkgs / applications / editors / vscode / extensions / mongodb.mongodb-vscode / default.nix
bloba50af898bc2cc4688ca3477d85269cb6c6eb9770
1 { lib, vscode-utils }:
3 vscode-utils.buildVscodeMarketplaceExtension {
4   mktplcRef = {
5     name = "mongodb-vscode";
6     publisher = "mongodb";
7     version = "1.12.0";
8     hash = "sha256-Lb4eixqR/ifwZD3cV1rSJ8mK2dH4ZFghLHINGJILmRQ=";
9   };
11   meta = {
12     changelog = "https://github.com/mongodb-js/vscode/blob/main/CHANGELOG.md";
13     description = "An extension for VS Code that makes it easy to work with your data in MongoDB";
14     downloadPage = "https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode";
15     homepage = "https://github.com/mongodb-js/vscode";
16     license = lib.licenses.asl20;
17     maintainers = with lib.maintainers; [ drupol ];
18   };