nim: hash fix (#1506)

Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
This commit is contained in:
github-actions[bot] 2020-10-17 17:19:03 +08:00 committed by GitHub
parent ac2a0d4b38
commit 043596cb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,11 +7,11 @@
"architecture": {
"64bit": {
"url": "https://nim-lang.org/download/nim-1.4.0_x64.zip",
"hash": "c0b5c1902b9801b006ba9122d118f8d6ca0065349133a136ed969e1306876f9b"
"hash": "aa89e4ebbb6f35f5d91566d707393fcddd840b09f407eb34dd6e93610756a84c"
},
"32bit": {
"url": "https://nim-lang.org/download/nim-1.4.0_x32.zip",
"hash": "8b9920db0b8e060ea77e03eaa2a69d1394cc3b9595face4f2592bc3838e813f8"
"hash": "e838883a604bd87f51215a7fabc40bb95cd8e0faf7b218c68517fa89ed7f3fd9"
}
},
"extract_dir": "nim-1.4.0",