mongodb: Fix autoupdate.hash (#6538)

This commit is contained in:
Hsiao-nan Cheung 2025-02-14 21:54:48 +08:00 committed by GitHub
parent 29310affc2
commit d077b7cdf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,7 +59,8 @@
}
},
"hash": {
"url": "$url.sha256"
"url": "$url.sha256",
"regex": "$sha256"
}
}
}