Merge pull request #308938 from jshcmpbll/jc/obs-ndi-4.13.2

obs-studio-plugins.obs-ndi: 4.13.0 -> 4.13.2
This commit is contained in:
Pol Dellaiera 2024-05-04 23:29:35 +02:00 committed by GitHub
commit 51d821b7cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "obs-ndi";
version = "4.13.0";
version = "4.13.2";
nativeBuildInputs = [ cmake qtbase ];
buildInputs = [ obs-studio qtbase ndi ];
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "Palakis";
repo = "obs-ndi";
rev = version;
sha256 = "sha256-ugAMSTXbbIZ61oWvoggVJ5kZEgp/waEcWt89AISrSdE=";
sha256 = "sha256-DVUoLV2jCdD8qXSpmGvqjrQh02dCLroKsUAb5+lYTog=";
};
patches = [