lol

Merge pull request #261657 from msanft/master

vscode-extensions.tsandall.opa: init at 0.12.2

authored by

Peder Bergebakken Sundt and committed by
GitHub
14f19f0d 338a8633

+26
+10
maintainers/maintainer-list.nix
··· 12085 12085 githubId = 839693; 12086 12086 name = "Ingolf Wanger"; 12087 12087 }; 12088 + msanft = { 12089 + email = "moritz.sanft@outlook.de"; 12090 + matrix = "@msanft:matrix.org"; 12091 + name = "Moritz Sanft"; 12092 + github = "msanft"; 12093 + githubId = 58110325; 12094 + keys = [{ 12095 + fingerprint = "3CAC 1D21 3D97 88FF 149A E116 BB8B 30F5 A024 C31C"; 12096 + }]; 12097 + }; 12088 12098 mschristiansen = { 12089 12099 email = "mikkel@rheosystems.com"; 12090 12100 github = "mschristiansen";
+16
pkgs/applications/editors/vscode/extensions/default.nix
··· 3478 3478 }; 3479 3479 }; 3480 3480 3481 + tsandall.opa = buildVscodeMarketplaceExtension { 3482 + mktplcRef = { 3483 + name = "opa"; 3484 + publisher = "tsandall"; 3485 + version = "0.12.2"; 3486 + sha256 = "sha256-/eJzDhnQyvC9OBr4M03wLIWPiBeVtvX7ztSnO+YoCZM="; 3487 + }; 3488 + meta = { 3489 + changelog = "https://github.com/open-policy-agent/vscode-opa/blob/master/CHANGELOG.md"; 3490 + description = "An extension for VS Code which provides support for OPA"; 3491 + homepage = "https://github.com/open-policy-agent/vscode-opa"; 3492 + license = lib.licenses.asl20; 3493 + maintainers = [ lib.maintainers.msanft ]; 3494 + }; 3495 + }; 3496 + 3481 3497 tuttieee.emacs-mcx = buildVscodeMarketplaceExtension { 3482 3498 mktplcRef = { 3483 3499 name = "emacs-mcx";