obs-studio-plugins.droidcam-obs: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2025-09-23 19:25:14 +00:00
parent 77ac76b5ca
commit 2f10b63098
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "droidcam-obs";
version = "2.4.0";
version = "2.4.1";
src = fetchFromGitHub {
owner = "dev47apps";
repo = "droidcam-obs-plugin";
tag = finalAttrs.version;
sha256 = "sha256-rA+EMtAeM2LSUqtiYJt0hHZ85aZ+5bvVUUjIG2LC3pc=";
sha256 = "sha256-hxG/v15Q4D+6LU4BNV6ErSa1WvPk4kMPl07pIqiMcc4=";
};
preBuild = ''