obs-studio-plugins.input-overlay: 5.0.4 -> 5.0.5
This commit is contained in:
parent
cbb7ae70a1
commit
32bd0dde1f
@ -13,12 +13,12 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "obs-input-overlay";
|
pname = "obs-input-overlay";
|
||||||
version = "5.0.4";
|
version = "5.0.5";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "univrsal";
|
owner = "univrsal";
|
||||||
repo = "input-overlay";
|
repo = "input-overlay";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-MON68yjHUOF/bggWqhw8D0+23HpKQN3jWs+5lLAacaQ=";
|
sha256 = "sha256-9HqEz+KnTt8MyhwqFWjalbl3H/DCzumckXMctCGhs3o=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user