Skip to content

Commit

Permalink
chore: update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed May 29, 2024
1 parent 29cd9da commit 1c0e199
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 @@ -82,5 +82,17 @@
"type": "tarball",
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.89.0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
},
"v1.90.0": {
"branch": "main",
"description": "A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more",
"homepage": "",
"owner": "microsoft",
"repo": "vscode-js-debug",
"rev": "v1.90.0",
"sha256": "0p8hjhyxa89bkjjvbyikq8d1z4fvpj7zb7sb4a77c4f2xql8yraa",
"type": "tarball",
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.90.0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
}
}

0 comments on commit 1c0e199

Please sign in to comment.