vgmtools: unstable-2023-07-14 -> unstable-2023-08-27

This commit is contained in:
R. Ryantm 2023-08-28 08:47:53 +00:00
parent 40c205bbeb
commit e61a70f884

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "vgmtools";
version = "unstable-2023-07-14";
version = "unstable-2023-08-27";
src = fetchFromGitHub {
owner = "vgmrips";
repo = "vgmtools";
rev = "1b880040e0f730f180ecd019cb06c3db717420d2";
hash = "sha256-6JNBQGVAs49l80ITKDabPFeN3XQtIH/RGhR7vIlMNxs=";
rev = "7b7f2041e346f0d4fff8c834a763edc4f4d88896";
hash = "sha256-L52h94uohLMnj29lZj+i9hM8n9hIYo20nRS8RCW8npY=";
};
nativeBuildInputs = [