mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
vscode-extensions.jnoortheen.nix-ide: 0.1.16 -> 0.1.18 & adopt
This commit is contained in:
parent
182a344607
commit
08cbc1bf9e
1 changed files with 7 additions and 7 deletions
|
@ -971,19 +971,19 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
jnoortheen.nix-ide = buildVscodeMarketplaceExtension {
|
jnoortheen.nix-ide = buildVscodeMarketplaceExtension {
|
||||||
|
mktplcRef = {
|
||||||
|
name = "nix-ide";
|
||||||
|
publisher = "jnoortheen";
|
||||||
|
version = "0.1.18";
|
||||||
|
sha256 = "sha256-dmmx/u+hRQfY/MCIaSdcVtbYnf5cLCDUwr75heQxcuw=";
|
||||||
|
};
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
changelog = "https://marketplace.visualstudio.com/items/jnoortheen.nix-ide/changelog";
|
changelog = "https://marketplace.visualstudio.com/items/jnoortheen.nix-ide/changelog";
|
||||||
description = "Nix language support with formatting and error report";
|
description = "Nix language support with formatting and error report";
|
||||||
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide";
|
downloadPage = "https://marketplace.visualstudio.com/items?itemName=jnoortheen.nix-ide";
|
||||||
homepage = "https://github.com/jnoortheen/vscode-nix-ide";
|
homepage = "https://github.com/jnoortheen/vscode-nix-ide";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||||
};
|
|
||||||
mktplcRef = {
|
|
||||||
name = "nix-ide";
|
|
||||||
publisher = "jnoortheen";
|
|
||||||
version = "0.1.16";
|
|
||||||
sha256 = "04ky1mzyjjr1mrwv3sxz4mgjcq5ylh6n01lvhb19h3fmwafkdxbp";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue