obs-studio-plugins.obs-text-pthread: 2.0.2 -> 2.0.3

This commit is contained in:
R. Ryantm 2024-01-05 06:31:40 +00:00
parent 434f6aea73
commit a8124523ae

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 ];