game-music-emu: 0.6.4 -> 0.6.5 (#511854)

This commit is contained in:
dotlambda 2026-05-31 19:14:48 +00:00 committed by GitHub
commit 77de9ce475
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,14 +8,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "0.6.4";
version = "0.6.5";
pname = "game-music-emu";
src = fetchFromGitHub {
owner = "libgme";
repo = "game-music-emu";
tag = finalAttrs.version;
hash = "sha256-qGNWFFUUjv2R5e/nQrriAyDJCARISqNB8e5/1zEJ3fk=";
hash = "sha256-zn1t0oDj8hz/sfbG7lrstkv2Kf6cL7zAEMpIu9X4dyQ=";
};
nativeBuildInputs = [
cmake