Skip to content

Commit 2279be6

Browse files
authored
Re-released Minimap plugin (#22)
Fixes an issue found with Qt Creator 17.0.0 ## Checklist - [x] I have run `npm run all` to validate my changes - [x] I have made sure my commits are [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) - [x] I have added an entry for new Extensions in [CODEOWNERS](/CODEOWNERS)
2 parents 4709c7c + 5140de1 commit 2279be6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

registry/cristianadam.minimap/extension.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,47 @@
1313
"sources": [
1414
{
1515
"url": "https://github.com/cristianadam/qt-creator-minimap/releases/download/v17.0.0/MinimapPlugin-17.0.0-Windows-x64.7z",
16-
"sha256": "931759cfa46ec3009bef91ce8868961f5ad370526e3bb1fbeb56b00347a463d3",
16+
"sha256": "2c0b1535ffb192bbccd9a5bc7f6796482efa046abd79444bf575e67297d95d35",
1717
"platform": {
1818
"name": "Windows",
1919
"architecture": "x86_64"
2020
}
2121
},
2222
{
2323
"url": "https://github.com/cristianadam/qt-creator-minimap/releases/download/v17.0.0/MinimapPlugin-17.0.0-Windows-arm64.7z",
24-
"sha256": "4deb853cfd7cc6db8ce2917ab9ecdc706df4adb2e36c15110fdfedc710f91021",
24+
"sha256": "e7b3435874e61a26918caa322f5f3feebf3bf190d30602aaf4bd7261327fe563",
2525
"platform": {
2626
"name": "Windows",
2727
"architecture": "arm64"
2828
}
2929
},
3030
{
3131
"url": "https://github.com/cristianadam/qt-creator-minimap/releases/download/v17.0.0/MinimapPlugin-17.0.0-Linux-x64.7z",
32-
"sha256": "b4fc36d6f651117b7428b592ce9d17fc9072cc13bb73404bb21cb01a5d9364b9",
32+
"sha256": "435b8991023a2783e2a96cf1810ad0915a976adbde736fd90fefbe7d7d4531ed",
3333
"platform": {
3434
"name": "Linux",
3535
"architecture": "x86_64"
3636
}
3737
},
3838
{
3939
"url": "https://github.com/cristianadam/qt-creator-minimap/releases/download/v17.0.0/MinimapPlugin-17.0.0-Linux-arm64.7z",
40-
"sha256": "7fcc28fa2c1ab7ae1d8bdbe2881e0ce78dcfc1513a335b28967d2023a45eea2a",
40+
"sha256": "bf070516ca81d0f6225edffd78cc2d3a1a4f7e24e81de94e077642adf4aadaa8",
4141
"platform": {
4242
"name": "Linux",
4343
"architecture": "arm64"
4444
}
4545
},
4646
{
4747
"url": "https://github.com/cristianadam/qt-creator-minimap/releases/download/v17.0.0/MinimapPlugin-17.0.0-macOS-universal.7z",
48-
"sha256": "fde500123d78240a1cc96cd13b95f8263e0321de833d0005247f1e6d622ca8b2",
48+
"sha256": "2e94df455fb06cda0b9f5e8b8f132cbf884aec650af962b1fd23e08a9a8419e0",
4949
"platform": {
5050
"name": "macOS",
5151
"architecture": "x86_64"
5252
}
5353
},
5454
{
5555
"url": "https://github.com/cristianadam/qt-creator-minimap/releases/download/v17.0.0/MinimapPlugin-17.0.0-macOS-universal.7z",
56-
"sha256": "fde500123d78240a1cc96cd13b95f8263e0321de833d0005247f1e6d622ca8b2",
56+
"sha256": "2e94df455fb06cda0b9f5e8b8f132cbf884aec650af962b1fd23e08a9a8419e0",
5757
"platform": {
5858
"name": "macOS",
5959
"architecture": "arm64"

0 commit comments

Comments
 (0)