Merge pull request #305918 from r-ryantm/auto-update/obs-studio-plugins.input-overlay

obs-studio-plugins.input-overlay: 5.0.4 -> 5.0.5
This commit is contained in:
Weijia Wang 2024-04-28 05:08:49 +02:00 committed by GitHub
commit cd08362300
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
pname = "obs-input-overlay";
version = "5.0.4";
version = "5.0.5";
src = fetchFromGitHub {
owner = "univrsal";
repo = "input-overlay";
rev = "v${version}";
sha256 = "sha256-MON68yjHUOF/bggWqhw8D0+23HpKQN3jWs+5lLAacaQ=";
sha256 = "sha256-9HqEz+KnTt8MyhwqFWjalbl3H/DCzumckXMctCGhs3o=";
fetchSubmodules = true;
};