From 0247863e1e1252979c47441bf1e7fd9396856d0c Mon Sep 17 00:00:00 2001 From: OPNA2608 Date: Sun, 18 Jun 2023 23:45:14 +0200 Subject: vgmtools: unstable-2023-04-17 -> unstable-2023-05-04 --- pkgs/tools/audio/vgmtools/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/tools/audio') diff --git a/pkgs/tools/audio/vgmtools/default.nix b/pkgs/tools/audio/vgmtools/default.nix index 1233974bf8417..2300609beea1b 100644 --- a/pkgs/tools/audio/vgmtools/default.nix +++ b/pkgs/tools/audio/vgmtools/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "vgmtools"; - version = "unstable-2023-04-17"; + version = "unstable-2023-05-04"; src = fetchFromGitHub { owner = "vgmrips"; repo = "vgmtools"; - rev = "894fb43d584e31efe0c7070ba9b6b85938012745"; - sha256 = "BGL7Lm6U1QdYZgEnn9tGgY+z8Fhjj+Sd2Cesn1sxWhY="; + rev = "0a7814304b9664ff1cf167e209ff354d222773a4"; + hash = "sha256-YEOuT5RN0zFT7rU4KfxYS0Ec+rUL3Flsgx9IrELnhGg="; }; nativeBuildInputs = [ @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { # Some targets are not enabled by default makeFlags = [ - "all" "opt_oki" "optdac" "optvgm32" + "all" "optdac" "optvgm32" ]; passthru.updateScript = unstableGitUpdater { -- cgit 1.4.1