Skip to content

Commit

Permalink
obs-studio-plugins.obs-move-transition: 3.0.2 -> 3.1.0 (#346085)
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol authored Oct 3, 2024
2 parents 8ea3363 + 2604e92 commit 77a6708
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "obs-move-transition";
version = "3.0.2";
version = "3.1.0";

src = fetchFromGitHub {
owner = "exeldro";
repo = "obs-move-transition";
rev = version;
sha256 = "sha256-Vwm0Eyb8MevZtS3PTqnFQAbCj7JuTw9Ju0lS9CZ6rf8=";
sha256 = "sha256-ZmxopTv6YuAZ/GykvMRcP2PQwQk08ObmqZ9kBcR0UH4=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 77a6708

Please sign in to comment.