We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4499f67 + 21a0fa9 commit 84825a8Copy full SHA for 84825a8
pkgs/development/libraries/libvgm/default.nix
@@ -40,13 +40,13 @@ assert enableTools -> enableAudio && enableEmulation && enableLibplayer;
40
41
stdenv.mkDerivation (finalAttrs: {
42
pname = "libvgm";
43
- version = "0-unstable-2024-10-17";
+ version = "0-unstable-2025-04-05";
44
45
src = fetchFromGitHub {
46
owner = "ValleyBell";
47
repo = "libvgm";
48
- rev = "7b694e53e42a75ce48b846c53d08e4a33f627842";
49
- hash = "sha256-u+mBzmEixJT3rwuipITktFI4iVswnXftfF7syBw4t/w=";
+ rev = "4464b6d59f1afe99a0f7679dff50c5ada4a31654";
+ hash = "sha256-btKg65haGhuz+xh4eWlujzUIhjjdUg9RelLX/ouLx68=";
50
};
51
52
outputs = [
0 commit comments