Unverified Commit b77db08f authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

vgmtools: 0.1-unstable-2025-10-22 -> 0.1-unstable-2025-11-04 (#460015)

parents 12c397c8 4898b600
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation {
  pname = "vgmtools";
  version = "0.1-unstable-2025-10-22";
  version = "0.1-unstable-2025-11-04";

  src = fetchFromGitHub {
    owner = "vgmrips";
    repo = "vgmtools";
    rev = "606db7fa229389b80bccb4c6e28b3d71dfddc984";
    hash = "sha256-kOkBIN1/FG6snpriLiu8ZMqGa2MXOC79zUZwGrMyk/A=";
    rev = "d5d1ba5bbe9f5bc78ea0202490a3432465d5f154";
    hash = "sha256-91smzkVY+SC5zBp0v7VkIkMCZX0vs6ivPnKTyw3ZkW4=";
  };

  nativeBuildInputs = [
@@ -37,11 +37,11 @@ stdenv.mkDerivation {
    url = "https://github.com/vgmrips/vgmtools.git";
  };

  meta = with lib; {
  meta = {
    homepage = "https://github.com/vgmrips/vgmtools";
    description = "Collection of tools for the VGM file format";
    license = licenses.gpl2Only; # Not clarified whether Only or Plus
    maintainers = with maintainers; [ OPNA2608 ];
    platforms = platforms.all;
    license = lib.licenses.gpl2Only; # Not clarified whether Only or Plus
    maintainers = with lib.maintainers; [ OPNA2608 ];
    platforms = lib.platforms.all;
  };
}