obs-studio-plugins.obs-source-record: 0.3.5 -> 0.4.1 (#360557)

This commit is contained in:
Wolfgang Walther 2024-12-08 14:13:31 +01:00 committed by GitHub
commit a179bb0b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "obs-source-record"; pname = "obs-source-record";
version = "0.3.5"; version = "0.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "exeldro"; owner = "exeldro";
repo = "obs-source-record"; repo = "obs-source-record";
rev = version; rev = version;
sha256 = "sha256-RodZjab3DKiJwYuspdpCsF0ah4u5JtDDYoZPUGk36H4="; sha256 = "sha256-fbIWbn5AfQxdXO5+YLfqPSWv4rdYyxJ7U0QnZgFexh4=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];