obs-studio-plugins.obs-transition-table: 0.2.6 -> 0.2.7

This commit is contained in:
R. Ryantm
2023-11-10 06:55:32 +00:00
parent 2251d8ffde
commit f683a749fb
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "obs-transition-table";
version = "0.2.6";
version = "0.2.7";
src = fetchFromGitHub {
owner = "exeldro";
repo = "obs-transition-table";
rev = version;
sha256 = "sha256-Is2XWMPhqd/rd6cXc40eSZTvSRpbroTBzM4SPfHOWPg=";
sha256 = "sha256-rGF7hugC5ybpZBAIIXDiy3YDooMawf/yYX2YucQm2/U=";
};
nativeBuildInputs = [ cmake ];