vscode-js-debug: 1.96.0 -> 1.97.1 (#379956)

This commit is contained in:
Wolfgang Walther
2025-02-25 19:25:23 +01:00
committed by GitHub
+3 -3
View File
@@ -17,16 +17,16 @@
buildNpmPackage rec {
pname = "vscode-js-debug";
version = "1.96.0";
version = "1.97.1";
src = fetchFromGitHub {
owner = "microsoft";
repo = "vscode-js-debug";
rev = "v${version}";
hash = "sha256-8NHmTuardy/XTgXBmX3cd/gbOoW+T4If14XcUmoiFHM=";
hash = "sha256-MZY6gthj3q2ptAvV28hVvIYgBsW4dpsznasZmK1wVOU=";
};
npmDepsHash = "sha256-hWTUe6Bs+BlGWwzKDo97WdV1WiIcenlKPvzNTq1x7Vw=";
npmDepsHash = "sha256-Xvpb5KauM5BvybKPqUOF7vwDlbVBbpxGTuakx4TVyas=";
nativeBuildInputs = [
pkg-config