Unverified Commit 175c4212 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

dmlive: 5.6.0-unstable-2025-06-21 -> 5.7.0-unstable-2026-01-02 (#476159)

parents 04d8a574 01af1af2
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
@@ -7,8 +7,7 @@
  makeWrapper,
  openssl,
  mpv,
  ffmpeg_6,
  nodejs,
  ffmpeg,
}:

let
@@ -20,16 +19,16 @@ in

rustPlatform.buildRustPackage {
  pname = "dmlive";
  version = "5.6.0-unstable-2025-06-21";
  version = "5.7.0-unstable-2026-01-02";

  src = fetchFromGitHub {
    owner = "THMonster";
    repo = "dmlive";
    rev = "485eae06737530360c0e6f6415c62791767d595b"; # no tag
    hash = "sha256-0JjPZPtAtbxdh0HDycWHEonZggBcoqv5SJUnhKzXNIk=";
    rev = "47b06e57fc0fa9cf888f7c054f776a73d65e77ce"; # no tag
    hash = "sha256-Q1QOJZ6VW65MG0wzJAgW9p4mF6a48qYRdDaeQyDTbk8=";
  };

  cargoHash = "sha256-B1v9m4Nn5wXMbNBlh7+A8zBejJ0tHdqvSXVpRz+wC5g=";
  cargoHash = "sha256-hRJ81Opxh3tHHZAVTXzQKTmv+psbeGW1KHyoRBfnnWI=";

  nativeBuildInputs = [
    pkg-config
@@ -44,8 +43,7 @@ rustPlatform.buildRustPackage {
    wrapProgram "$out/bin/dmlive" --suffix PATH : "${
      lib.makeBinPath [
        mpv
        ffmpeg_6
        nodejs
        ffmpeg
      ]
    }"
    install -Dm644 ${desktop} $out/share/applications/dmlive-mime.desktop
@@ -58,6 +56,9 @@ rustPlatform.buildRustPackage {
    homepage = "https://github.com/THMonster/dmlive";
    license = lib.licenses.mit;
    mainProgram = "dmlive";
    maintainers = with lib.maintainers; [ nickcao ];
    maintainers = with lib.maintainers; [
      nickcao
      rebmit
    ];
  };
}