Unverified Commit ac541e14 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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
parents 6e5d923d f683a749
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];