Loading
medusa: refresh source hash for GCC 15 fix
The 2.3 tag appears to have been updated (force-pushed?) after nixpkgs originally packaged it (nixpkgs commit e02b2d8c on March 7, 2025 predates the official 2.3 release on May 14, 2025). The current tag includes GCC 15 fixes from upstream (PR 76, 82) that were merged after the nixpkgs tag. This commit updates the hash to fetch the corrected source with proper function pointer types that are compatible with GCC 15's stricter checking. Fixes #481545