Unverified Commit 434c79ec authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

Merge pull request #331466 from luftmensch-luftmensch/mpvScripts.modernx-zydezu_0.3.6.5

mpvScripts.modernx-zydezu: 0.3.6 -> 0.3.6.6
parents 065aa42c 39cdafa2
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
buildLua (finalAttrs: {
  pname = "modernx-zydezu";
  version = "0.3.6";
  version = "0.3.6.6";

  scriptPath = "modernx.lua";
  src = fetchFromGitHub {
    owner = "zydezu";
    repo = "ModernX";
    rev = finalAttrs.version;
    hash = "sha256-QGi7saDQzYZWf+pVlfwYhqC2CVMtQy/Elkjm+ToOm2o=";
    hash = "sha256-Jt3Y/4no3dUOopjvbS/dBGU0vw9Lq4o5inb4efuyYBM=";
  };

  postInstall = ''
@@ -31,11 +31,12 @@ buildLua (finalAttrs: {

  passthru.updateScript = nix-update-script { };

  meta = with lib; {
  meta = {
    description = "Modern OSC UI replacement for MPV that retains the functionality of the default OSC";
    changelog = "https://github.com/zydezu/ModernX/releases/tag/${finalAttrs.version}";
    homepage = "https://github.com/zydezu/ModernX";
    license = licenses.lgpl21Plus;
    maintainers = with maintainers; [
    license = lib.licenses.lgpl21Plus;
    maintainers = with lib.maintainers; [
      luftmensch-luftmensch
      Guanran928
    ];