From 0556bafe6411e8599f80a4729a20d90dcc35bf8a Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 4 Mar 2026 19:10:50 +0000 Subject: [PATCH] vscode-extensions.intellsmi.comment-translate: 3.0.0 -> 3.1.0 --- pkgs/applications/editors/vscode/extensions/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix index 708fd4dd2927..185d07448207 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -2310,8 +2310,8 @@ let mktplcRef = { publisher = "intellsmi"; name = "comment-translate"; - version = "3.0.0"; - hash = "sha256-AtM56NkivTK4cGyKBsaZTHYvDwiJb4CrEuiJiw5hTcI="; + version = "3.1.0"; + hash = "sha256-hn3G2arNr3LWMOeMLkRdR/GTWobeczaIzGI59x9/oK8="; }; meta = { description = "Visual Studio Code extension to translate the comments for computer language";