Skip to content

Commit

Permalink
chore: update sources
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Mar 23, 2024
1 parent 1496a7a commit fd0c526
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"homepage": "",
"owner": "microsoft",
"repo": "vscode-js-debug",
"rev": "v1.87.0",
"sha256": "073nlyrf6926diqjxj500bgsfrfv298vsx6hglr91ispmajyzyb3",
"rev": "v1.88.0",
"sha256": "01jwjqdhkp0kiv4k2indsnigfdg4cd9nxknk2qzgxkqx8x2swrw2",
"type": "tarball",
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.87.0.tar.gz",
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.88.0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
},
"v1.84.0": {
Expand Down Expand Up @@ -70,5 +70,17 @@
"type": "tarball",
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.87.0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
},
"v1.88.0": {
"branch": "main",
"description": "A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more",
"homepage": "",
"owner": "microsoft",
"repo": "vscode-js-debug",
"rev": "v1.88.0",
"sha256": "01jwjqdhkp0kiv4k2indsnigfdg4cd9nxknk2qzgxkqx8x2swrw2",
"type": "tarball",
"url": "https://github.com/microsoft/vscode-js-debug/archive/refs/tags/v1.88.0.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/refs/tags/<rev>.tar.gz"
}
}

0 comments on commit fd0c526

Please sign in to comment.