summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-07-16 17:48:10 +0900
committerRaphael Megzari <raphael@megzari.com>2021-07-17 11:06:01 +0900
commitb84b6477a54311debede37264182d21b97d208ec (patch)
treed9e8c01ad0be1984930aeab361603742d29407fe /pkgs
parentee43e6bac1b4b8d1537bae282db4412b8cdb4694 (diff)
downloadnixpkgs-b84b6477a54311debede37264182d21b97d208ec.tar
nixpkgs-b84b6477a54311debede37264182d21b97d208ec.tar.gz
nixpkgs-b84b6477a54311debede37264182d21b97d208ec.tar.bz2
nixpkgs-b84b6477a54311debede37264182d21b97d208ec.tar.lz
nixpkgs-b84b6477a54311debede37264182d21b97d208ec.tar.xz
nixpkgs-b84b6477a54311debede37264182d21b97d208ec.tar.zst
nixpkgs-b84b6477a54311debede37264182d21b97d208ec.zip
vscode-extensions.timonwong.shellcheck: 0.14.1 -> 0.14.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/misc/vscode-extensions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/vscode-extensions/default.nix b/pkgs/misc/vscode-extensions/default.nix
index 80384481305..25a2ac1eb1f 100644
--- a/pkgs/misc/vscode-extensions/default.nix
+++ b/pkgs/misc/vscode-extensions/default.nix
@@ -1252,8 +1252,8 @@ let
         mktplcRef = {
           name = "shellcheck";
           publisher = "timonwong";
-          version = "0.14.1";
-          sha256 = "sha256-X3ihMxANcqNLWl9oTZjCgwRt1uBsSN2BmC2D4dPRFLE=";
+          version = "0.14.4";
+          sha256 = "05z314sw9nqym3qlj7dcwm0fz1hb23xppzqn3nr2wcj17hs8zz4m";
         };
         nativeBuildInputs = [ jq ];
         postInstall = ''