obs-studio-plugins.obs-3d-effect: 0.1.2 -> 0.1.3 (#366627)

This commit is contained in:
Nick Cao
2024-12-20 09:22:20 -05:00
committed by GitHub
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "obs-3d-effect";
version = "0.1.2";
version = "0.1.3";
src = fetchFromGitHub {
owner = "exeldro";
repo = "obs-3d-effect";
rev = version;
sha256 = "sha256-BJumEIxJTXZgPxXhxfT6zdZctCHFXb26EdnsYtA8ztE=";
sha256 = "sha256-SgxrBhuO3IaqINwjwdtn31cIcu3hXiPZyVMZJiNsO+s=";
};
nativeBuildInputs = [ cmake ];