obs-studio-plugins.obs-tuna: 1.9.9 -> 1.9.10

This commit is contained in:
R. Ryantm
2025-03-29 13:35:03 +00:00
parent 996402fc19
commit 784721887c
@@ -14,7 +14,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "obs-tuna";
version = "1.9.9";
version = "1.9.10";
nativeBuildInputs = [
cmake
@@ -33,7 +33,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "univrsal";
repo = "tuna";
rev = "v${finalAttrs.version}";
hash = "sha256-qwOAidnCGZSwTahgbyf1K0KgoDvYpqDAQXM3l1lfZXg=";
hash = "sha256-Y4ny8XJIk4KtmRTWdO6tHevT4Ivr1TqkNMNhua499sY=";
fetchSubmodules = true;
};