libvgm: 0-unstable-2025-12-15 -> 0-unstable-2025-12-26 (#475300)

This commit is contained in:
Cosima Neidahl
2026-01-06 23:42:31 +00:00
committed by GitHub
2 changed files with 10 additions and 6 deletions
+3 -3
View File
@@ -38,13 +38,13 @@ assert enableTools -> enableAudio && enableEmulation && enableLibplayer;
stdenv.mkDerivation (finalAttrs: {
pname = "libvgm";
version = "0-unstable-2025-12-15";
version = "0-unstable-2025-12-26";
src = fetchFromGitHub {
owner = "ValleyBell";
repo = "libvgm";
rev = "455a0898761269d8e158c5e1c799976940f01dd4";
hash = "sha256-9gqIjBzqUZIse0O+u/mZAmkx6Cb7AtEGYo3M1z53gYo=";
rev = "df8bccbc3d2be3a6d805ede58a8054176ca84728";
hash = "sha256-Ub3gGFLHt31a9WDQN4CIfJ1+s8hfZCXsA3RADOX/tBA=";
};
outputs = [
+7 -3
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation {
pname = "vgmplay-libvgm";
version = "0.51.1-unstable-2025-11-15";
version = "0.51.1-unstable-2025-12-29";
src = fetchFromGitHub {
owner = "ValleyBell";
repo = "vgmplay-libvgm";
rev = "5b2e6b7d978d2de060b4840929e64c5bb239bfe2";
hash = "sha256-wgi1PofdPG5JU4cYrTw7mIJKT8gxy6PTKBbiTd7wlpQ=";
rev = "41877bac91d98be221b7a4c5c9d42f0869e25389";
hash = "sha256-5NdzeYrXgwI4avymtrZgE4qfEm+mpSa4ektY3bPj6sM=";
};
nativeBuildInputs = [
@@ -32,6 +32,10 @@ stdenv.mkDerivation {
inih
];
# https://github.com/ValleyBell/vgmplay-libvgm/issues/9
# Leftover that's still in use, missing documentation & integration into CMake script rn
env.NIX_CFLAGS_COMPILE = "-DSHARE_PREFIX=\"${placeholder "out"}\"";
postInstall = ''
install -Dm644 ../VGMPlay.ini $out/share/vgmplay/VGMPlay.ini
'';