From 4c6eb33366841aba3be7d5dce8e1dd910e6208e1 Mon Sep 17 00:00:00 2001 From: emaryn Date: Tue, 8 Apr 2025 02:10:00 +0000 Subject: [PATCH] vscode-extensions.firsttris.vscode-jest-runner: 0.4.79 -> 0.4.80 --- 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 09df37401a94..8e0817fae33f 100644 --- a/pkgs/applications/editors/vscode/extensions/default.nix +++ b/pkgs/applications/editors/vscode/extensions/default.nix @@ -1898,8 +1898,8 @@ let mktplcRef = { name = "vscode-jest-runner"; publisher = "firsttris"; - version = "0.4.79"; - hash = "sha256-gcykn/mOvNzFKjKyY4fVhmIWR2kBKCo1ILpp1am0dIw="; + version = "0.4.80"; + hash = "sha256-Qe0EOKohvk/ALYT0QbOiYKOkBvfF63hv3T4VwiIls6A="; }; meta = { description = "Simple way to run or debug a single (or multiple) tests from context-menu";