obs-studio-plugins.obs-text-pthread: 2.0.2 -> 2.0.3
This commit is contained in:
parent
434f6aea73
commit
a8124523ae
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "obs-text-pthread";
|
pname = "obs-text-pthread";
|
||||||
version = "2.0.2";
|
version = "2.0.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "norihiro";
|
owner = "norihiro";
|
||||||
repo = "obs-text-pthread";
|
repo = "obs-text-pthread";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-HN8tSagxmk6FusDrp7d0fi15ardFgUCZBiYkeBqUI34=";
|
sha256 = "sha256-iwPoFbXkWzwE3smWJ+//ZUayD5OO/3iMSoYUTR3LVks=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkg-config ];
|
nativeBuildInputs = [ cmake pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user