dfhack: fix hash

The provided hash was for -r1, not -r2, which didn't work if you didn't
have a FOD cached.
This commit is contained in:
Morgan Jones
2026-05-25 16:02:04 -07:00
parent b58a49e4e4
commit 12272aedde

View File

@@ -20,7 +20,7 @@
"git": {
"url": "https://github.com/DFHack/dfhack.git",
"revision": "53.14-r2",
"outputHash": "sha256-UOmp84VoY/pam99T2ktAYH3N3cFMSIb9v8KOTZCof8U="
"outputHash": "sha256-8OvJ8NULgfR+S0kzOSmQvplhPT7wcxw02sRkG450ptE="
},
"xmlRev": "01aae95cacd98850e4f477c45a4b75f800bacecc"
}