0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

vgm2x: 0-unstable-2024-06-18 -> 0-unstable-2024-11-17 (#360009)

This commit is contained in:
Wolfgang Walther 2024-12-08 18:58:45 +01:00 committed by GitHub
commit eed56f3092
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "vgm2x";
version = "0-unstable-2024-06-18";
version = "0-unstable-2024-11-17";
src = fetchFromGitHub {
owner = "vampirefrog";
repo = "vgm2x";
rev = "1c379d74d2365d4478abe25a12572f357d35d576";
rev = "615f68c160b035651d1a5111539d3d5ee0bd66a3";
fetchSubmodules = true;
hash = "sha256-lWyOyaV9dDrvGfmCE7m5M8DsxcB8bzJ35Amj3DAOVeA=";
hash = "sha256-coPpxMF83c7WXy0BGkBMOwRA2SPQho5O8vtKcXB5Vk4=";
};
postPatch = ''