Merge pull request #291109 from r-ryantm/auto-update/obs-studio-plugins.obs-3d-effect

obs-studio-plugins.obs-3d-effect: 0.0.2 -> 0.1.0
This commit is contained in:
Pol Dellaiera 2024-02-24 23:39:18 +01:00 committed by GitHub
commit 336eda0d07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "obs-3d-effect";
version = "0.0.2";
version = "0.1.0";
src = fetchFromGitHub {
owner = "exeldro";
repo = "obs-3d-effect";
rev = version;
sha256 = "sha256-1frLQo+0/HxTIkZ57rnQjVOos5+bv2cLojslSCGo+gU=";
sha256 = "sha256-CAWx1wgk6G+9O7PkplrTg7uCmb8Yt6U3Z6YMVsq7IrQ=";
};
nativeBuildInputs = [ cmake ];