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

obs-studio-plugins.obs-text-pthread: 2.0.3 -> 2.0.4
This commit is contained in:
Nick Cao 2024-06-02 10:42:37 -04:00 committed by GitHub
commit a9a22b9cb5
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.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "norihiro";
repo = "obs-text-pthread";
rev = version;
sha256 = "sha256-iwPoFbXkWzwE3smWJ+//ZUayD5OO/3iMSoYUTR3LVks=";
sha256 = "sha256-3Y++zpy5TEp8AtyRw+1fZDEFY9AuN7JpUNqUhM7h04U=";
};
nativeBuildInputs = [ cmake pkg-config ];