obs-studio-plugins.obs-mute-filter: 0.2.2 -> 0.3.0

This commit is contained in:
R. Ryantm 2024-05-04 13:40:06 +00:00
parent 14e704d967
commit 765a95fcca

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "obs-mute-filter";
version = "0.2.2";
version = "0.3.0";
src = fetchFromGitHub {
owner = "norihiro";
repo = "obs-mute-filter";
rev = version;
sha256 = "sha256-SiutSmp+DnzMU62kxtBUL0xgMXTe0k+nKwSU3wQe4+g=";
sha256 = "sha256-UVYN9R7TnwD3a+KIYTXvxOQWfNUtR8cSWUoKZuNoBJc=";
};
nativeBuildInputs = [ cmake ];