vgmstream: 2023 -> 2055 (#449181)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-08 03:11:41 +00:00
committed by GitHub
+2 -2
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 {