obs-studio-plugins.obs-text-pthread: 2.0.5 -> 2.0.6 (#436196)

This commit is contained in:
dish
2025-08-26 11:23:25 -04:00
committed by GitHub
@@ -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 = [