obs-studio-plugins.obs-freeze-filter: 0.3.4 -> 0.3.5

This commit is contained in:
R. Ryantm
2025-07-16 13:30:11 +00:00
parent 1a6187704f
commit bcece2b2df
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "obs-freeze-filter";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "exeldro";
repo = "obs-freeze-filter";
rev = finalAttrs.version;
hash = "sha256-fVrfGqwce4oFYdWGElXMsXHO1AzQ/mhfBmZL1mPdT3I=";
hash = "sha256-1x2r3Hdvx3y8reTWNUOgMqnOPaaUB75ibL6RuwEubQQ=";
fetchSubmodules = true;
};