From f0b7c3bc4331105844c8e6361e84997e7502abdf Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 10 Jul 2025 15:29:35 +0200 Subject: [PATCH] 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") --- pkgs/by-name/ga/game-music-emu/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/ga/game-music-emu/package.nix b/pkgs/by-name/ga/game-music-emu/package.nix index 0328094cb148..ca782008a7b9 100644 --- a/pkgs/by-name/ga/game-music-emu/package.nix +++ b/pkgs/by-name/ga/game-music-emu/package.nix @@ -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