about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorSebastian Gabriel Trzpiot <dev@trzpiot.de>2023-12-30 08:04:44 +0100
committerSebastian Gabriel Trzpiot <dev@trzpiot.de>2023-12-30 08:04:44 +0100
commitbfb8e800ef3a6735c70446deae280c47d244df8f (patch)
tree185c8c1e404475f0d9f25b804639f6339585acfa /pkgs/applications/editors/vscode
parente7958ec8a5b2ba734577065edd86efd16e0a2126 (diff)
downloadnixlib-bfb8e800ef3a6735c70446deae280c47d244df8f.tar
nixlib-bfb8e800ef3a6735c70446deae280c47d244df8f.tar.gz
nixlib-bfb8e800ef3a6735c70446deae280c47d244df8f.tar.bz2
nixlib-bfb8e800ef3a6735c70446deae280c47d244df8f.tar.lz
nixlib-bfb8e800ef3a6735c70446deae280c47d244df8f.tar.xz
nixlib-bfb8e800ef3a6735c70446deae280c47d244df8f.tar.zst
nixlib-bfb8e800ef3a6735c70446deae280c47d244df8f.zip
vscode-extensions.foxundermoon.shell-format: 7.1.0 -> 7.2.5
- https://github.com/foxundermoon/vs-shell-format/releases/tag/7.2.5
- https://github.com/foxundermoon/vs-shell-format/compare/v7.1.0...7.2.5
Diffstat (limited to 'pkgs/applications/editors/vscode')
-rw-r--r--pkgs/applications/editors/vscode/extensions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/vscode/extensions/default.nix b/pkgs/applications/editors/vscode/extensions/default.nix
index d7df2dac1b5a..388d5b10bb65 100644
--- a/pkgs/applications/editors/vscode/extensions/default.nix
+++ b/pkgs/applications/editors/vscode/extensions/default.nix
@@ -1480,8 +1480,8 @@ let
         mktplcRef = {
           name = "shell-format";
           publisher = "foxundermoon";
-          version = "7.1.0";
-          sha256 = "09z72mdr5bfdcb67xyzlv7lb9vyjlc3k9ackj4jgixfk40c68cnj";
+          version = "7.2.5";
+          sha256 = "sha256-kfpRByJDcGY3W9+ELBzDOUMl06D/vyPlN//wPgQhByk=";
         };
 
         nativeBuildInputs = [ jq moreutils ];