about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2022-08-26 18:26:26 -0300
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-08-26 14:46:40 -0700
commitf0e1cf45ebee1c546593240703877f8e79081efa (patch)
tree7d9c23e30af4327dbbe3472c54e8a7707d3441a8 /pkgs/applications/editors/vscode
parentae539d06a3294f2a836e39181e593957fe7b8792 (diff)
downloadnixlib-f0e1cf45ebee1c546593240703877f8e79081efa.tar
nixlib-f0e1cf45ebee1c546593240703877f8e79081efa.tar.gz
nixlib-f0e1cf45ebee1c546593240703877f8e79081efa.tar.bz2
nixlib-f0e1cf45ebee1c546593240703877f8e79081efa.tar.lz
nixlib-f0e1cf45ebee1c546593240703877f8e79081efa.tar.xz
nixlib-f0e1cf45ebee1c546593240703877f8e79081efa.tar.zst
nixlib-f0e1cf45ebee1c546593240703877f8e79081efa.zip
vscode-extensions.jnoortheen.nix-ide: 0.1.20 -> 0.1.23
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index edaceda78a99..fdd13a5e7b03 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1389,8 +1389,8 @@ let
         mktplcRef = {
           name = "nix-ide";
           publisher = "jnoortheen";
-          version = "0.1.20";
-          sha256 = "16mmivdssjky11gmih7zp99d41m09r0ii43n17d4i6xwivagi9a3";
+          version = "0.1.23";
+          sha256 = "sha256-64gwwajfgniVzJqgVLK9b8PfkNG5mk1W+qewKL7Dv0Q=";
         };
         meta = with lib; {
           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";
           homepage = "https://github.com/jnoortheen/vscode-nix-ide";
           license = licenses.mit;
-          maintainers = with maintainers; [ SuperSandro2000 ];
+          maintainers = with maintainers; [ superherointj SuperSandro2000 ];
         };
       };