From 5858621f15f3dcc7182ea57040c07aac68ad5d76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 29 Aug 2024 00:21:46 +0000 Subject: [PATCH] chore: update sources --- nix/sources.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nix/sources.json b/nix/sources.json index 3142d57..e8b2b0b 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -118,5 +118,17 @@ "type": "tarball", "url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.92.0.tar.gz", "url_template": "https://github.com///archive/refs/tags/.tar.gz" + }, + "v1.93.0": { + "branch": "main", + "description": "A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more", + "homepage": "", + "owner": "microsoft", + "repo": "vscode-js-debug", + "rev": "v1.93.0", + "sha256": "1ajz9gnbrjjkrwisln2bkkyjsn6dp7hlyvj77pq050vksx6nirpk", + "type": "tarball", + "url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.93.0.tar.gz", + "url_template": "https://github.com///archive/refs/tags/.tar.gz" } }