mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 19:43:30 +00:00
vscode-extension.spellright: init at 3.0.112
This commit is contained in:
parent
79d5a53953
commit
782769d64e
@ -412,6 +412,18 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
ban.spellright = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
publisher = "ban";
|
||||
name = "spellright";
|
||||
version = "3.0.112";
|
||||
sha256 = "sha256-79Yg4I0OkfG7PaDYnTA8HK8jrSxre4FGriq0Baiq7wA=";
|
||||
};
|
||||
meta = {
|
||||
license = lib.licenses.mit;
|
||||
};
|
||||
};
|
||||
|
||||
bbenoist.nix = buildVscodeMarketplaceExtension {
|
||||
mktplcRef = {
|
||||
name = "Nix";
|
||||
|
Loading…
Reference in New Issue
Block a user