obs-studio-plugins.obs-livesplit-one: 0.2.0 -> 0.3.4

This commit is contained in:
Bauke 2024-01-20 13:47:47 +01:00
parent b0b3ca9f79
commit 02f4d953c1
No known key found for this signature in database
GPG Key ID: C1C0F29952BCF558
2 changed files with 3294 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -9,16 +9,21 @@
rustPlatform.buildRustPackage rec {
pname = "obs-livesplit-one";
version = "0.2.0";
version = "0.3.4";
src = fetchFromGitHub {
owner = "CryZe";
owner = "LiveSplit";
repo = pname;
rev = "v${version}";
sha256 = "sha256-C1u4z7iQUETM84kf6S6obw+C0ox8J9gMJoVP3/3ZoYw=";
sha256 = "sha256-3B3P1PlzIlpVqHJMKWpEnWXGgD/IaiWM1FVKn0BtRj0=";
};
cargoHash = "sha256-mQ0TR4DL4bA5u4IL3RY9aLxU5G6qQ5W5xuNadiXGeB0=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"livesplit-auto-splitting-0.1.0" = "sha256-/xQEVJH6m6nH5Z1kuOPEElOcOqJmiG9Q8cOx0e6p3Wc=";
};
};
nativeBuildInputs = [ cmake pkg-config ];
buildInputs = [ fontconfig obs-studio ];
@ -30,7 +35,7 @@ rustPlatform.buildRustPackage rec {
meta = with lib; {
description = "OBS Studio plugin for adding LiveSplit One as a source";
homepage = "https://github.com/CryZe/obs-livesplit-one";
homepage = "https://github.com/LiveSplit/obs-livesplit-one";
license = with licenses; [ asl20 mit ];
maintainers = [ maintainers.Bauke ];
platforms = obs-studio.meta.platforms;