vgmtools: unstable-2023-06-29 -> unstable-2023-07-14
This commit is contained in:
parent
27f58aceb0
commit
3f061ac584
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "vgmtools";
|
pname = "vgmtools";
|
||||||
version = "unstable-2023-06-29";
|
version = "unstable-2023-07-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "vgmrips";
|
owner = "vgmrips";
|
||||||
repo = "vgmtools";
|
repo = "vgmtools";
|
||||||
rev = "e1f3e053e390bde6bd53b81bd853a0298ccb0ab4";
|
rev = "1b880040e0f730f180ecd019cb06c3db717420d2";
|
||||||
hash = "sha256-evIvW9Nk9g7R+EmaQXLmr0ecpAS5Ashditk3komBwyw=";
|
hash = "sha256-6JNBQGVAs49l80ITKDabPFeN3XQtIH/RGhR7vIlMNxs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue