dwarf-fortress-packages.twbt: Fix twbt version to match tfhack version.

Otherwise you get an error upon starting the game:

```
Plugin twbt was not built for this version of DFHack.
Plugin: 0.47.05-beta1, DFHack: 0.47.05-r1
```
This commit is contained in:
Kevin Cox 2021-07-31 20:20:28 -04:00 committed by tomberek
parent dbe3fa5cba
commit d4d9dd61a1

View file

@ -52,8 +52,8 @@ let
};
"0.47.05" = {
twbtRelease = "6.xx";
dfhackRelease = "0.47.05-beta1";
sha256 = "sha256-Y6G0qBMHvotp/oyiqANlzXZVklL270dhskd135PnE9Q=";
dfhackRelease = "0.47.05-r1";
sha256 = "1nqhaf7271bm9rq9dmilhhk9q7v3841d0rv4y3fid40vfi4gpi3p";
prerelease = true;
};
};