Merge pull request #278860 from r-ryantm/auto-update/obs-studio-plugins.obs-text-pthread

obs-studio-plugins.obs-text-pthread: 2.0.2 -> 2.0.3
This commit is contained in:
maxine 2024-01-07 14:56:13 +01:00 committed by GitHub
commit 4b8454f89f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "obs-text-pthread";
version = "2.0.2";
version = "2.0.3";
src = fetchFromGitHub {
owner = "norihiro";
repo = "obs-text-pthread";
rev = version;
sha256 = "sha256-HN8tSagxmk6FusDrp7d0fi15ardFgUCZBiYkeBqUI34=";
sha256 = "sha256-iwPoFbXkWzwE3smWJ+//ZUayD5OO/3iMSoYUTR3LVks=";
};
nativeBuildInputs = [ cmake pkg-config ];