Merge pull request #179970 from 4825764518/obs-nvfbc-0.0.6

obs-nvfbc: 0.0.5 -> 0.0.6
This commit is contained in:
Bobby Rong 2022-07-03 20:42:11 +08:00 committed by GitHub
commit b411e98476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "obs-nvfbc";
version = "0.0.5";
version = "0.0.6";
src = fetchFromGitLab {
owner = "fzwoch";
repo = "obs-nvfbc";
rev = "v${version}";
sha256 = "sha256-Si+TGYWpNPtUUFT+M571lCYslPyeYX92MdYV9EGgcyQ=";
sha256 = "sha256-WoqtppgIcjE0n9atsvAZrXvBVi2rWCIIFDXTgblQK9I=";
};
nativeBuildInputs = [ meson pkg-config ninja ];
@ -18,6 +18,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "OBS Studio source plugin for NVIDIA FBC API";
homepage = "https://gitlab.com/fzwoch/obs-nvfbc";
license = licenses.gpl2Only;
maintainers = with maintainers; [ babbaj ];
platforms = [ "x86_64-linux" ];