hookable integration
fix: strip v prefix from VERSION written by bump-version
svu defaults to a 'v' tag prefix which was leaking into the Nix
derivation name (adiff-v0.5.0 instead of adiff-0.5.0). Pass
--tag.prefix "" so the unprefixed version is written to VERSION,
and correct the current VERSION file accordingly.