mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
vgmtools: unstable-2023-07-14 -> unstable-2023-08-27
This commit is contained in:
parent
40c205bbeb
commit
e61a70f884
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue