vscode-extensions.jnoortheen.nix-ide: 0.1.20 -> 0.1.23
This commit is contained in:
parent
ae539d06a3
commit
f0e1cf45eb
1 changed files with 3 additions and 3 deletions
|
@ -1389,8 +1389,8 @@ let
|
||||||
mktplcRef = {
|
mktplcRef = {
|
||||||
name = "nix-ide";
|
name = "nix-ide";
|
||||||
publisher = "jnoortheen";
|
publisher = "jnoortheen";
|
||||||
version = "0.1.20";
|
version = "0.1.23";
|
||||||
sha256 = "16mmivdssjky11gmih7zp99d41m09r0ii43n17d4i6xwivagi9a3";
|
sha256 = "sha256-64gwwajfgniVzJqgVLK9b8PfkNG5mk1W+qewKL7Dv0Q=";
|
||||||
};
|
};
|
||||||
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";
|
||||||
|
@ -1398,7 +1398,7 @@ let
|
||||||
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; [ SuperSandro2000 ];
|
maintainers = with maintainers; [ superherointj SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue