vgmtools: 0.1-unstable-2023-08-27 -> 0.1-unstable-2025-04-05

This commit is contained in:
R. Ryantm
2025-04-09 19:30:35 +00:00
parent b1dd7557c3
commit d701b6e85d
+3 -3
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation {
pname = "vgmtools";
version = "0.1-unstable-2023-08-27";
version = "0.1-unstable-2025-04-05";
src = fetchFromGitHub {
owner = "vgmrips";
repo = "vgmtools";
rev = "7b7f2041e346f0d4fff8c834a763edc4f4d88896";
hash = "sha256-L52h94uohLMnj29lZj+i9hM8n9hIYo20nRS8RCW8npY=";
rev = "cd9fb6c0693b28ea2c18511aa6416637bc5c91f6";
hash = "sha256-mdHGK2hru7F66lHQtEMpvys8ZzMQMGyzxvPj625bvn8=";
};
nativeBuildInputs = [