obs-studio-plugins.obs-tuna: 1.9.6 -> 1.9.7

This commit is contained in:
R. Ryantm 2023-08-09 00:48:01 +00:00
parent 0e28518bed
commit b2e7a8185a

View File

@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "obs-tuna";
version = "1.9.6";
version = "1.9.7";
nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];
buildInputs = [ obs-studio qtbase zlib curl taglib dbus ];
@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "univrsal";
repo = "tuna";
rev = "v${finalAttrs.version}";
hash = "sha256-+AgRaivvYhogX4CLGK2ylvE8tQoauC/UMvXK6W0Tvog=";
hash = "sha256-NpfQ3zi+1kQNt2Lj4+1kX2bW9A/E2/MhUV1BA1UX4y0=";
fetchSubmodules = true;
};