vgm2x: 0-unstable-2024-11-17 -> 0-unstable-2024-12-11

This commit is contained in:
R. Ryantm 2024-12-12 18:33:52 +00:00
parent 52a2613850
commit 0520504786

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vgm2x";
version = "0-unstable-2024-11-17";
version = "0-unstable-2024-12-11";
src = fetchFromGitHub {
owner = "vampirefrog";
repo = "vgm2x";
rev = "615f68c160b035651d1a5111539d3d5ee0bd66a3";
rev = "b13c50806d2c0d67afab69e428bb43bde64d26a1";
fetchSubmodules = true;
hash = "sha256-coPpxMF83c7WXy0BGkBMOwRA2SPQho5O8vtKcXB5Vk4=";
hash = "sha256-5zuCemXz65giPqdjU1tIboajh8tNpkxCglreT/fbvgA=";
};
postPatch = ''