Unverified Commit 8f9e98da authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #282335 from Bauke/obs-livesplit-one-0-3-4

obs-studio-plugins.obs-livesplit-one: 0.2.0 -> 0.3.4
parents 99801c9e 02f4d953
Loading
Loading
Loading
Loading
+3284 −0

File added.

Preview size limit exceeded, changes collapsed.

+10 −5
Original line number Diff line number Diff line
@@ -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;