Skip to content

Commit 703f2d4

Browse files
committed
vscode-extensions: update various
1 parent bec0a05 commit 703f2d4

File tree

1 file changed

+54
-59
lines changed

1 file changed

+54
-59
lines changed

pkgs/applications/editors/vscode/extensions/default.nix

+54-59
Original file line numberDiff line numberDiff line change
@@ -718,8 +718,8 @@ let
718718

719719
bmalehorn.vscode-fish = buildVscodeMarketplaceExtension {
720720
mktplcRef = {
721-
name = "vscode-fish";
722721
publisher = "bmalehorn";
722+
name = "vscode-fish";
723723
version = "1.0.38";
724724
hash = "sha256-QEifCTlzYMX+5H6+k2o1lsQrhW3vxVpn+KFg/3WVVFo=";
725725
};
@@ -1332,10 +1332,10 @@ let
13321332

13331333
denoland.vscode-deno = buildVscodeMarketplaceExtension {
13341334
mktplcRef = {
1335-
name = "vscode-deno";
13361335
publisher = "denoland";
1337-
version = "3.43.5";
1338-
hash = "sha256-GDVOth8IGbRwT47cIpmzYQjhR3ITt57j+ieuK+wn9jg=";
1336+
name = "vscode-deno";
1337+
version = "3.43.6";
1338+
hash = "sha256-bZsPyffCQ++gvlK7MT1Dsrd7HQWACcViwwcEhu9HQfM=";
13391339
};
13401340
meta = {
13411341
changelog = "https://marketplace.visualstudio.com/items/denoland.vscode-deno/changelog";
@@ -1649,10 +1649,10 @@ let
16491649

16501650
editorconfig.editorconfig = buildVscodeMarketplaceExtension {
16511651
mktplcRef = {
1652-
name = "EditorConfig";
1653-
publisher = "EditorConfig";
1654-
version = "0.17.0";
1655-
hash = "sha256-/NW/0KYVF0sCgat21aR/5nbVyoTHpDoqCPz+6zc0HHs=";
1652+
publisher = "editorconfig";
1653+
name = "editorconfig";
1654+
version = "0.17.2";
1655+
hash = "sha256-Xi2+mN6zjIKm0HWxfRAFs2vYkZ10Gv6poR2b2d8XCug=";
16561656
};
16571657
meta = {
16581658
changelog = "https://marketplace.visualstudio.com/items/EditorConfig.EditorConfig/changelog";
@@ -1879,8 +1879,8 @@ let
18791879

18801880
firefox-devtools.vscode-firefox-debug = buildVscodeMarketplaceExtension {
18811881
mktplcRef = {
1882-
name = "vscode-firefox-debug";
18831882
publisher = "firefox-devtools";
1883+
name = "vscode-firefox-debug";
18841884
version = "2.15.0";
18851885
hash = "sha256-hBj0V42k32dj2gvsNStUBNZEG7iRYxeDMbuA15AYQqk=";
18861886
};
@@ -2169,15 +2169,10 @@ let
21692169

21702170
github.vscode-pull-request-github = buildVscodeMarketplaceExtension {
21712171
mktplcRef = {
2172-
name = "vscode-pull-request-github";
21732172
publisher = "github";
2174-
# Stable versions are listed on the GitHub releases page and use a
2175-
# semver scheme, contrary to preview versions which are listed on
2176-
# the VSCode Marketplace and use a calver scheme. We should avoid
2177-
# using preview versions, because they can require insider versions
2178-
# of VS Code
2179-
version = "0.78.1";
2180-
hash = "sha256-T9oW6o4ItZfR8E1qrcH3nhMvVB6ihi4kpiDz7YGHOcI=";
2173+
name = "vscode-pull-request-github";
2174+
version = "0.107.2025031304";
2175+
hash = "sha256-BWmcAocEWBE7eeiyMBUcTBmozPWgLkdiDOskhf7drD8=";
21812176
};
21822177
meta = {
21832178
license = lib.licenses.mit;
@@ -2344,8 +2339,8 @@ let
23442339

23452340
haskell.haskell = buildVscodeMarketplaceExtension {
23462341
mktplcRef = {
2347-
name = "haskell";
23482342
publisher = "haskell";
2343+
name = "haskell";
23492344
version = "2.5.3";
23502345
hash = "sha256-3HbUH5+YCPqypGlsaSDwwyN/PoG9KO0YnZ1Ps7ZLQ48=";
23512346
};
@@ -2771,8 +2766,8 @@ let
27712766

27722767
jnoortheen.nix-ide = buildVscodeMarketplaceExtension {
27732768
mktplcRef = {
2774-
name = "nix-ide";
27752769
publisher = "jnoortheen";
2770+
name = "nix-ide";
27762771
version = "0.4.12";
27772772
hash = "sha256-3pXypgAwg/iEBUqPeNsyoX2oYqlKMVdemEhmhy1PuGU=";
27782773
};
@@ -2863,8 +2858,8 @@ let
28632858

28642859
justusadam.language-haskell = buildVscodeMarketplaceExtension {
28652860
mktplcRef = {
2866-
name = "language-haskell";
28672861
publisher = "justusadam";
2862+
name = "language-haskell";
28682863
version = "3.6.0";
28692864
hash = "sha256-rZXRzPmu7IYmyRWANtpJp3wp0r/RwB7eGHEJa7hBvoQ=";
28702865
};
@@ -3048,8 +3043,8 @@ let
30483043

30493044
llvm-vs-code-extensions.vscode-clangd = buildVscodeMarketplaceExtension {
30503045
mktplcRef = {
3051-
name = "vscode-clangd";
30523046
publisher = "llvm-vs-code-extensions";
3047+
name = "vscode-clangd";
30533048
version = "0.1.33";
30543049
hash = "sha256-NAQ7qT99vudcb/R55pKY3M5H6sV32aB4P8IWZKVQJas=";
30553050
};
@@ -3136,8 +3131,8 @@ let
31363131

31373132
matangover.mypy = buildVscodeMarketplaceExtension {
31383133
mktplcRef = {
3139-
name = "mypy";
31403134
publisher = "matangover";
3135+
name = "mypy";
31413136
version = "0.4.1";
31423137
hash = "sha256-hCgOclEnjhWTLMZPXJkoxgFN4pqZ1MKTzmRtjeHbLeU=";
31433138
};
@@ -3298,8 +3293,8 @@ let
32983293

32993294
mkhl.direnv = buildVscodeMarketplaceExtension {
33003295
mktplcRef = {
3301-
name = "direnv";
33023296
publisher = "mkhl";
3297+
name = "direnv";
33033298
version = "0.17.0";
33043299
hash = "sha256-9sFcfTMeLBGw2ET1snqQ6Uk//D/vcD9AVsZfnUNrWNg=";
33053300
};
@@ -3332,10 +3327,10 @@ let
33323327

33333328
ms-azuretools.vscode-docker = buildVscodeMarketplaceExtension {
33343329
mktplcRef = {
3335-
name = "vscode-docker";
33363330
publisher = "ms-azuretools";
3337-
version = "1.29.0";
3338-
hash = "sha256-mVRsVsolXj31WhbWnt3Xml+NnIq7Q2uHhUUd1zgW42c=";
3331+
name = "vscode-docker";
3332+
version = "1.29.4";
3333+
hash = "sha256-j2ACz2Ww5hddoDLHGdxnuQIqerP5ogZ80/wS+Aa5Gdo=";
33393334
};
33403335
meta = {
33413336
description = "Docker Extension for Visual Studio Code";
@@ -3479,8 +3474,8 @@ let
34793474

34803475
ms-toolsai.jupyter-renderers = buildVscodeMarketplaceExtension {
34813476
mktplcRef = {
3482-
name = "jupyter-renderers";
34833477
publisher = "ms-toolsai";
3478+
name = "jupyter-renderers";
34843479
version = "1.1.2025012901";
34853480
hash = "sha256-LWKSt0D3iFPKaYphN+8/1KJl1CIS2a3fMqrvoItjsvI=";
34863481
};
@@ -3491,8 +3486,8 @@ let
34913486

34923487
ms-toolsai.vscode-jupyter-cell-tags = buildVscodeMarketplaceExtension {
34933488
mktplcRef = {
3494-
name = "vscode-jupyter-cell-tags";
34953489
publisher = "ms-toolsai";
3490+
name = "vscode-jupyter-cell-tags";
34963491
version = "0.1.9";
34973492
hash = "sha256-XODbFbOr2kBTzFc0JtjiDUcCDBX1Hd4uajlil7mhqPY=";
34983493
};
@@ -3503,10 +3498,10 @@ let
35033498

35043499
ms-toolsai.vscode-jupyter-slideshow = buildVscodeMarketplaceExtension {
35053500
mktplcRef = {
3506-
name = "vscode-jupyter-slideshow";
35073501
publisher = "ms-toolsai";
3508-
version = "0.1.5";
3509-
sha256 = "1p6r5vkzvwvxif3wxqi9599vplabzig27fzzz0bx9z0awfglzyi7";
3502+
name = "vscode-jupyter-slideshow";
3503+
version = "0.1.6";
3504+
hash = "sha256-fnsMrrcYdz6BzUWMd9pAOQGTjmtEbQeoVYG20VWxCsM=";
35103505
};
35113506
meta = {
35123507
license = lib.licenses.mit;
@@ -3527,10 +3522,10 @@ let
35273522

35283523
ms-vscode.cmake-tools = buildVscodeMarketplaceExtension {
35293524
mktplcRef = {
3530-
name = "cmake-tools";
35313525
publisher = "ms-vscode";
3532-
version = "1.21.4";
3533-
hash = "sha256-T2AcKgedZ/b9VQ1FjGP5/hKme2STFrnF0rS5PxQuH9w=";
3526+
name = "cmake-tools";
3527+
version = "1.21.6";
3528+
hash = "sha256-Y+W5lknMiUTeKLnAIP/wAY9zn3QY+XvdPrl2GsdIb5o=";
35343529
};
35353530
meta.license = lib.licenses.mit;
35363531
};
@@ -3555,8 +3550,8 @@ let
35553550

35563551
ms-vscode.hexeditor = buildVscodeMarketplaceExtension {
35573552
mktplcRef = {
3558-
name = "hexeditor";
35593553
publisher = "ms-vscode";
3554+
name = "hexeditor";
35603555
version = "1.11.1";
35613556
hash = "sha256-RB5YOp30tfMEzGyXpOwPIHzXqZlRGc+pXiJ3foego7Y=";
35623557
};
@@ -3582,10 +3577,10 @@ let
35823577

35833578
ms-vscode.makefile-tools = buildVscodeMarketplaceExtension {
35843579
mktplcRef = {
3585-
name = "makefile-tools";
35863580
publisher = "ms-vscode";
3587-
version = "0.6.0";
3588-
sha256 = "07zagq5ib9hd3w67yk2g728vypr4qazw0g9dyd5bax21shnmppa9";
3581+
name = "makefile-tools";
3582+
version = "0.12.17";
3583+
hash = "sha256-chHyYzKNEpyYMQX14pbQ/d9WKC+1QWtm8iKe6M8ZWWI=";
35893584
};
35903585
meta = {
35913586
license = lib.licenses.mit;
@@ -4072,10 +4067,10 @@ let
40724067

40734068
redhat.java = buildVscodeMarketplaceExtension {
40744069
mktplcRef = {
4075-
name = "java";
40764070
publisher = "redhat";
4077-
version = "1.41.2025031108";
4078-
hash = "sha256-wUkZV2ox8zwU+mgagKQPDq/ZZfmlO4RtcWducNaS8+4=";
4071+
name = "java";
4072+
version = "1.41.2025031208";
4073+
hash = "sha256-0VWLkztB7anIs19QN1yPQvVjNim+DICv43IOMwEaM+E=";
40794074
};
40804075
buildInputs = [ jdk ];
40814076
meta = {
@@ -4091,18 +4086,18 @@ let
40914086

40924087
redhat.vscode-xml = buildVscodeMarketplaceExtension {
40934088
mktplcRef = {
4094-
name = "vscode-xml";
40954089
publisher = "redhat";
4090+
name = "vscode-xml";
40964091
version = "0.28.2025031108";
4097-
sha256 = "sha256-SO/Q27v5rzoA5NBp5WJ8S7KcwbGLUmkK2FoaaSb6nYI=";
4092+
hash = "sha256-SO/Q27v5rzoA5NBp5WJ8S7KcwbGLUmkK2FoaaSb6nYI=";
40984093
};
40994094
meta.license = lib.licenses.epl20;
41004095
};
41014096

41024097
redhat.vscode-yaml = buildVscodeMarketplaceExtension {
41034098
mktplcRef = {
4104-
name = "vscode-yaml";
41054099
publisher = "redhat";
4100+
name = "vscode-yaml";
41064101
version = "1.17.0";
41074102
hash = "sha256-u3smLk5yCT9DMtFnrxh5tKbfDQ2XbL6bl2bXGOD38X0=";
41084103
};
@@ -4547,10 +4542,10 @@ let
45474542

45484543
sonarsource.sonarlint-vscode = buildVscodeMarketplaceExtension {
45494544
mktplcRef = {
4550-
name = "sonarlint-vscode";
45514545
publisher = "sonarsource";
4552-
version = "3.16.0";
4553-
hash = "sha256-zWgITdvUS9fq1uT6A4Gs3fSTBwCXoEIQ/tVcC7Eigfs=";
4546+
name = "sonarlint-vscode";
4547+
version = "4.17.0";
4548+
hash = "sha256-PPMjOxPKUB5+HrpWZYc1gBaF8z4UQBFdeSbd8dlw7GI=";
45544549
};
45554550
meta.license = lib.licenses.lgpl3Only;
45564551
};
@@ -4571,8 +4566,8 @@ let
45714566

45724567
sswg.swift-lang = buildVscodeMarketplaceExtension {
45734568
mktplcRef = {
4574-
name = "swift-lang";
45754569
publisher = "sswg";
4570+
name = "swift-lang";
45764571
version = "1.12.0";
45774572
hash = "sha256-Dzf8mJCDWT2pHPJcTywEqnki8aVsMO92+wLQ4fjHzb8=";
45784573
};
@@ -4638,8 +4633,8 @@ let
46384633

46394634
streetsidesoftware.code-spell-checker = buildVscodeMarketplaceExtension {
46404635
mktplcRef = {
4641-
name = "code-spell-checker";
46424636
publisher = "streetsidesoftware";
4637+
name = "code-spell-checker";
46434638
version = "4.0.41";
46444639
hash = "sha256-M/uqzU64nqSdRtxxQ1H+pg0YdkqYXEHlxmXrVcn/UqA=";
46454640
};
@@ -4805,8 +4800,8 @@ let
48054800

48064801
tamasfe.even-better-toml = buildVscodeMarketplaceExtension {
48074802
mktplcRef = {
4808-
name = "even-better-toml";
48094803
publisher = "tamasfe";
4804+
name = "even-better-toml";
48104805
version = "0.21.2";
48114806
hash = "sha256-IbjWavQoXu4x4hpEkvkhqzbf/NhZpn8RFdKTAnRlCAg=";
48124807
};
@@ -4881,10 +4876,10 @@ let
48814876

48824877
thenuprojectcontributors.vscode-nushell-lang = buildVscodeMarketplaceExtension {
48834878
mktplcRef = {
4884-
name = "vscode-nushell-lang";
48854879
publisher = "thenuprojectcontributors";
4886-
version = "1.9.0";
4887-
hash = "sha256-E9CK/GChd/yZT+P3ttROjL2jHtKPJ0KZzc32/nbuE4w=";
4880+
name = "vscode-nushell-lang";
4881+
version = "1.10.0";
4882+
hash = "sha256-AfClskNZwQIC67VrM8XKxF6nIbXPp576CRmls0WCKwU=";
48884883
};
48894884
meta.license = lib.licenses.mit;
48904885
};
@@ -5009,10 +5004,10 @@ let
50095004

50105005
twxs.cmake = buildVscodeMarketplaceExtension {
50115006
mktplcRef = {
5012-
name = "cmake";
50135007
publisher = "twxs";
5008+
name = "cmake";
50145009
version = "0.0.17";
5015-
sha256 = "11hzjd0gxkq37689rrr2aszxng5l9fwpgs9nnglq3zhfa1msyn08";
5010+
hash = "sha256-CFiva1AO/oHpszbpd7lLtDzbv1Yi55yQOQPP/kCTH4Y=";
50165011
};
50175012
meta = {
50185013
license = lib.licenses.mit;
@@ -5263,8 +5258,8 @@ let
52635258

52645259
vscjava.vscode-java-debug = buildVscodeMarketplaceExtension {
52655260
mktplcRef = {
5266-
name = "vscode-java-debug";
52675261
publisher = "vscjava";
5262+
name = "vscode-java-debug";
52685263
version = "0.58.2025022807";
52695264
hash = "sha256-8bzDbCF03U5P15tkVkieOGuuLetUFXjZNrQKZTcKNFA=";
52705265
};
@@ -5275,8 +5270,8 @@ let
52755270

52765271
vscjava.vscode-java-dependency = buildVscodeMarketplaceExtension {
52775272
mktplcRef = {
5278-
name = "vscode-java-dependency";
52795273
publisher = "vscjava";
5274+
name = "vscode-java-dependency";
52805275
version = "0.24.1";
52815276
hash = "sha256-M0y6/9EPkcXTMxArqLpfSeVKpVF2SvjLtTWvLMIvauY=";
52825277
};
@@ -5287,8 +5282,8 @@ let
52875282

52885283
vscjava.vscode-java-test = buildVscodeMarketplaceExtension {
52895284
mktplcRef = {
5290-
name = "vscode-java-test";
52915285
publisher = "vscjava";
5286+
name = "vscode-java-test";
52925287
version = "0.43.0";
52935288
hash = "sha256-EM0S1Y4cRMBCRbAZgl9m6fIhANPrvdGVZXOLlDLnVWo=";
52945289
};
@@ -5315,8 +5310,8 @@ let
53155310

53165311
vscjava.vscode-maven = buildVscodeMarketplaceExtension {
53175312
mktplcRef = {
5318-
name = "vscode-maven";
53195313
publisher = "vscjava";
5314+
name = "vscode-maven";
53205315
version = "0.44.2024072906";
53215316
hash = "sha256-9S8Zzefg9i3nZiPZAtW5aT07dpZnhV0w9DP5vdnEtFc=";
53225317
};

0 commit comments

Comments
 (0)