vgmstream: 1951 -> 1980

This commit is contained in:
R. Ryantm
2025-01-02 12:26:07 +00:00
parent ce6566efb4
commit e6d5e6ab56
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "vgmstream";
version = "1951";
version = "1980";
src = fetchFromGitHub {
owner = "vgmstream";
repo = "vgmstream";
rev = "refs/tags/r${version}";
hash = "sha256-Wa0FAUHdJtG+u9y3ZOt8dxRIo78lekFPghiu67KJZ9s=";
hash = "sha256-TmaWC04XbtFfBYhmTO4ouh3NoByio1BCpDJGJy3r0NY=";
};
passthru.updateScript = nix-update-script {