obs-studio-plugins.obs-text-pthread: 2.0.5 -> 2.0.6

This commit is contained in:
R. Ryantm
2025-08-23 13:25:54 +00:00
parent 95928065c3
commit c8b5657f15
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "obs-text-pthread";
version = "2.0.5";
version = "2.0.6";
src = fetchFromGitHub {
owner = "norihiro";
repo = "obs-text-pthread";
rev = version;
sha256 = "sha256-zrgxKs3jmrwQJiEgKfZz1BOVToTLauQXtFYcuFlV71o=";
sha256 = "sha256-lDGji2ZdK5XoBKLRdgYCIDPndVkhIZltc94wWFRTLCA=";
};
nativeBuildInputs = [