vgmstream: 2055 -> 2083

This commit is contained in:
R. Ryantm
2026-01-27 17:21:43 +00:00
parent 2d027a414e
commit 7aa6698a99
+2 -2
View File
@@ -23,13 +23,13 @@ assert lib.assertMsg (
stdenv.mkDerivation (finalAttrs: {
pname = "vgmstream";
version = "2055";
version = "2083";
src = fetchFromGitHub {
owner = "vgmstream";
repo = "vgmstream";
tag = "r${finalAttrs.version}";
hash = "sha256-GNsoWCTLDd49T639lKkLoyBWpWYocDP6gZB2e8ZUyEU=";
hash = "sha256-iSl4rkyJhZIyxVnX55zFu98PTv3ekEJrOaPIb+KOcRE=";
};
outputs = [ "out" ] ++ lib.optional audaciousSupport "audacious";