From 0d11b477754a4fa27f4723026e80413b8843c9ed Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 27 Apr 2023 12:51:21 +0000 Subject: [PATCH] vgmtools: unstable-2023-01-27 -> unstable-2023-04-17 --- pkgs/tools/audio/vgmtools/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/audio/vgmtools/default.nix b/pkgs/tools/audio/vgmtools/default.nix index e0a14a82124c..1233974bf841 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-01-27"; + version = "unstable-2023-04-17"; src = fetchFromGitHub { owner = "vgmrips"; repo = "vgmtools"; - rev = "fc55484b5902191e5467e6044bb90c1c74a0c938"; - sha256 = "Ho0yYoe1TIlVxMauz/harP1xSw42wdcklj/O6fA+VEk="; + rev = "894fb43d584e31efe0c7070ba9b6b85938012745"; + sha256 = "BGL7Lm6U1QdYZgEnn9tGgY+z8Fhjj+Sd2Cesn1sxWhY="; }; nativeBuildInputs = [