Skip to content

Commit

Permalink
chore: update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Dec 6, 2024
1 parent 94d1e1c commit 5cdaf6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,17 @@
"type": "tarball",
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.95.3.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
},
"v1.96.0": {
"branch": "main",
"description": "A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more",
"homepage": "",
"owner": "microsoft",
"repo": "vscode-js-debug",
"rev": "v1.96.0",
"sha256": "0wql49m55p45swgq4kxyhlx1py3pviyrkh859vbjyxxbwr7fdlgh",
"type": "tarball",
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.96.0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
}
}

0 comments on commit 5cdaf6b

Please sign in to comment.