From b699331608b53d8f5560c50281c616f574255ba4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 26 Sep 2024 00:22:49 +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 e8b2b0b..c6ca300 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -130,5 +130,17 @@ "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" + }, + "v1.94.0": { + "branch": "main", + "description": "A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more", + "homepage": "", + "owner": "microsoft", + "repo": "vscode-js-debug", + "rev": "v1.94.0", + "sha256": "0jrfw7m7djpggryvkzrar1vbizfp3jvws7xwrjs7nrv0h38j07ij", + "type": "tarball", + "url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.94.0.tar.gz", + "url_template": "https://github.com///archive/refs/tags/.tar.gz" } }