Commit d701b6e8 authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent b1dd7557
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [