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

obs-studio-plugins.obs-move-transition: 2.9.8 -> 2.10.0
This commit is contained in:
Nick Cao 2024-02-19 19:46:10 -05:00 committed by GitHub
commit 2c29c3b81f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "obs-move-transition";
version = "2.9.8";
version = "2.10.0";
src = fetchFromGitHub {
owner = "exeldro";
repo = "obs-move-transition";
rev = version;
sha256 = "sha256-GOLmwXAK2g8IyI+DFH2sBOR2iknYdgYevytZpt3Cc7Q=";
sha256 = "sha256-HMhIGOslAtk5npunRZkOcFQZDSIB7c8qcFW3l9kgkzo=";
};
nativeBuildInputs = [ cmake ];