game-music-emu: fix hash

I'm not sure what the hash here refers to, but it substitutes, and it
contains a version of the source that still tries to link with
libubsan, so the build fails.

Fixes: e65c57cbbc5d ("game-music-emu: 0.6.3 -> 0.6.4 | source migration")
This commit is contained in:
Alyssa Ross 2025-07-10 15:29:35 +02:00
parent c482bda9c9
commit f0b7c3bc43

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
owner = "libgme";
repo = "game-music-emu";
tag = version;
hash = "sha256-XmPcFfKsEe07hH7f0xMs9hRJshOO/p58Zm9fYsmCCoA=";
hash = "sha256-qGNWFFUUjv2R5e/nQrriAyDJCARISqNB8e5/1zEJ3fk=";
};
nativeBuildInputs = [
cmake