Merge pull request #266607 from r-ryantm/auto-update/obs-studio-plugins.obs-transition-table

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

authored by Pol Dellaiera and committed by GitHub ac541e14 6e5d923d

+2 -2
+2 -2
pkgs/applications/video/obs-studio/plugins/obs-transition-table.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "obs-transition-table"; 11 - version = "0.2.6"; 11 + version = "0.2.7"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "exeldro"; 15 15 repo = "obs-transition-table"; 16 16 rev = version; 17 - sha256 = "sha256-Is2XWMPhqd/rd6cXc40eSZTvSRpbroTBzM4SPfHOWPg="; 17 + sha256 = "sha256-rGF7hugC5ybpZBAIIXDiy3YDooMawf/yYX2YucQm2/U="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cmake ];