We get conflicts in Python modules now. Their paths contain the cygwin
version and that happened to trigger a base image collision when being hashed
since the last update.
This change uses a bit more of the path based hash to increase the possible base addresses
and make collisions less likely.
Hopefully without any negative side effects.