Merge pull request #336370 from r-ryantm/auto-update/obs-studio

This commit is contained in:
Franz Pletz 2024-08-22 00:52:12 +02:00 committed by GitHub
commit 60fb1cbc70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,13 +63,13 @@ in
stdenv.mkDerivation (finalAttrs: {
pname = "obs-studio";
version = "30.2.2";
version = "30.2.3";
src = fetchFromGitHub {
owner = "obsproject";
repo = "obs-studio";
rev = finalAttrs.version;
hash = "sha256-yMtLN/86+3wuNR+gGhsaxN4oGIC21bAcjbQfyTuXIYc=";
hash = "sha256-4bAzW62xX9apKOAJyn3iys1bFdHj4re2reMZtlGsn5s=";
fetchSubmodules = true;
};