vgmstream: 2023 -> 2055

This commit is contained in:
R. Ryantm
2025-10-06 15:53:15 +00:00
parent 0bcf98ab2f
commit 561b15de76

View File

@@ -37,13 +37,13 @@ in
stdenv.mkDerivation rec {
pname = "vgmstream";
version = "2023";
version = "2055";
src = fetchFromGitHub {
owner = "vgmstream";
repo = "vgmstream";
tag = "r${version}";
hash = "sha256-RyVh9twBZqFs4bKRZKmat0JB25R+rQtnAARo0dvCS+8=";
hash = "sha256-GNsoWCTLDd49T639lKkLoyBWpWYocDP6gZB2e8ZUyEU=";
};
passthru.updateScript = nix-update-script {