about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorrewine <luhongxu@deepin.org>2024-04-17 21:50:48 +0800
committerGitHub <noreply@github.com>2024-04-17 21:50:48 +0800
commitbb4b6dc4170ece3f3b1f1c5634bc80958bd3cdbd (patch)
tree31d60b70f7ac408acde3739913138c9dcf0466a4 /pkgs/applications/editors
parent423e304a7aec958d54df11aa9270aa99b9369ef2 (diff)
parent6fc8210c0ea7d47f209187f4cb77f3b17ab47372 (diff)
Merge pull request #304732 from r-ryantm/auto-update/vscode-extensions.timonwong.shellcheck
vscode-extensions.timonwong.shellcheck: 0.37.0 -> 0.37.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/extensions/timonwong.shellcheck/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/timonwong.shellcheck/default.nix b/pkgs/applications/editors/vscode/extensions/timonwong.shellcheck/default.nix
index 6e93e51bf1e4d..469d04dbebb4b 100644
--- a/pkgs/applications/editors/vscode/extensions/timonwong.shellcheck/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/timonwong.shellcheck/default.nix
@@ -10,8 +10,8 @@ vscode-utils.buildVscodeMarketplaceExtension {
   mktplcRef = {
     name = "shellcheck";
     publisher = "timonwong";
-    version = "0.37.0";
-    sha256 = "1d0blynn6c2hz4y9fk7b5wsa3x168gxyycr5d05zqp0rx520m5wc";
+    version = "0.37.1";
+    sha256 = "sha256-JSS0GY76+C5xmkQ0PNjt2Nu/uTUkfiUqmPL51r64tl0=";
   };
   nativeBuildInputs = [
     jq