obs-studio-plugins.obs-move-transition: 2.9.4 -> 2.9.5

This commit is contained in:
R. Ryantm 2023-10-11 22:07:31 +00:00
parent 535734e71c
commit e23ca4bb96

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "obs-move-transition";
version = "2.9.4";
version = "2.9.5";
src = fetchFromGitHub {
owner = "exeldro";
repo = "obs-move-transition";
rev = version;
sha256 = "sha256-TY+sR7IaOlbFeeh7GL5dgM779pcpiCqzBo7VTK8Uz0E=";
sha256 = "sha256-7qgFUZmKldIfnUXthzWd07CtOmaJROnqCGnzjlZlN3E=";
};
nativeBuildInputs = [ cmake ];