obs-studio-plugins.obs-text-pthread: 2.0.4 -> 2.0.5 (#341802)

This commit is contained in:
h7x4 2024-09-16 23:40:21 +02:00 committed by GitHub
commit 902ab0ff36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "obs-text-pthread";
version = "2.0.4";
version = "2.0.5";
src = fetchFromGitHub {
owner = "norihiro";
repo = "obs-text-pthread";
rev = version;
sha256 = "sha256-3Y++zpy5TEp8AtyRw+1fZDEFY9AuN7JpUNqUhM7h04U=";
sha256 = "sha256-zrgxKs3jmrwQJiEgKfZz1BOVToTLauQXtFYcuFlV71o=";
};
nativeBuildInputs = [ cmake pkg-config ];