godot: fix runHook typo

Changed files
+1 -1
pkgs
development
tools
godot
+1 -1
pkgs/development/tools/godot/common.nix
···
''
+ ''
ln -s godot4${suffix} "$out"/bin/godot
-
runHook post Install
'';
# patching $debug can crash patchelf
···
''
+ ''
ln -s godot4${suffix} "$out"/bin/godot
+
runHook postInstall
'';
# patching $debug can crash patchelf