Commit f8afc980 authored by R. RyanTM's avatar R. RyanTM
Browse files

obs-studio-plugins.obs-text-pthread: 2.0.4 -> 2.0.5

parent dd77cfbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];