libvgm: 0-unstable-2025-08-31 -> 0-unstable-2025-11-28 (#461981)

This commit is contained in:
Cosima Neidahl
2025-12-03 18:43:52 +00:00
committed by GitHub
2 changed files with 6 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-08-31";
version = "0-unstable-2025-11-28";
src = fetchFromGitHub {
owner = "ValleyBell";
repo = "libvgm";
rev = "e9f2b023e8918b56be0d2e634b3f5aab2a589ffe";
hash = "sha256-jnjIWB+1IndV7XljG4lUJ93zP9Emlxlx+EWH4xdtLGE=";
rev = "1aed079c8c9c3f3f4bc52080690e513db3ebaf25";
hash = "sha256-U7QvLKrgGaBLe7GkDsRYi9fXypxTEWx1l1X6QEx9vCQ=";
};
outputs = [
+3 -3
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation {
pname = "vgmplay-libvgm";
version = "0.51.1-unstable-2025-04-05";
version = "0.51.1-unstable-2025-11-15";
src = fetchFromGitHub {
owner = "ValleyBell";
repo = "vgmplay-libvgm";
rev = "7aa3f749468e15ea6dcb94edce51315c19ee448e";
hash = "sha256-g+nG+OdZjeHaLADQts0PcKbs3dXoBvL9qLgds+ozyRw=";
rev = "5b2e6b7d978d2de060b4840929e64c5bb239bfe2";
hash = "sha256-wgi1PofdPG5JU4cYrTw7mIJKT8gxy6PTKBbiTd7wlpQ=";
};
nativeBuildInputs = [