Fix invalid Baseaddress must be > 0x200000000 on cygwin

+1 -1
+1 -1
pkgs/stdenv/cygwin/rebase-x86_64.sh
··· 8 if [ -f /etc/rebasenix.nextbase ]; then 9 NEXTBASE="$(</etc/rebasenix.nextbase)" 10 fi 11 - NEXTBASE=${NEXTBASE:-0x200000000} 12 13 REBASE=(`/bin/rebase -i $DLL`) 14 BASE=${REBASE[2]}
··· 8 if [ -f /etc/rebasenix.nextbase ]; then 9 NEXTBASE="$(</etc/rebasenix.nextbase)" 10 fi 11 + NEXTBASE=${NEXTBASE:-0x200000001} 12 13 REBASE=(`/bin/rebase -i $DLL`) 14 BASE=${REBASE[2]}