Merge #310064: mpvScripts.modernx-zydezu 0.2.9 -> 0.3.4, add maintainer

This commit is contained in:
nicoo
2024-05-12 15:16:12 +00:00
committed by GitHub
2 changed files with 12 additions and 3 deletions

View File

@@ -11946,6 +11946,12 @@
fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9"; fingerprint = "66D1 3048 2B5F 2069 81A6 6B83 6F98 7CCF 224D 20B9";
}]; }];
}; };
luftmensch-luftmensch = {
email = "valentinobocchetti59@gmail.com";
name = "Valentino Bocchetti";
github = "luftmensch-luftmensch";
githubId = 65391343;
};
lugarun = { lugarun = {
email = "lfschmidt.me@gmail.com"; email = "lfschmidt.me@gmail.com";
github = "lugarun"; github = "lugarun";

View File

@@ -7,14 +7,14 @@
}: }:
buildLua (finalAttrs: { buildLua (finalAttrs: {
pname = "modernx-zydezu"; pname = "modernx-zydezu";
version = "0.2.9"; version = "0.3.4";
scriptPath = "modernx.lua"; scriptPath = "modernx.lua";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zydezu"; owner = "zydezu";
repo = "ModernX"; repo = "ModernX";
rev = finalAttrs.version; rev = finalAttrs.version;
hash = "sha256-Tq/v8EbojvOSSwbu8kdbLVxZWZNi1UH6zAPTcsUcgog"; hash = "sha256-XzzdJLN2DImwo8ZmH1+Q5e2YfwCh7pKyUxjtPd2AMGs=";
}; };
postInstall = '' postInstall = ''
@@ -35,6 +35,9 @@ buildLua (finalAttrs: {
description = "A modern OSC UI replacement for MPV that retains the functionality of the default OSC"; description = "A modern OSC UI replacement for MPV that retains the functionality of the default OSC";
homepage = "https://github.com/zydezu/ModernX"; homepage = "https://github.com/zydezu/ModernX";
license = licenses.lgpl21Plus; license = licenses.lgpl21Plus;
maintainers = with maintainers; [ Guanran928 ]; maintainers = with maintainers; [
luftmensch-luftmensch
Guanran928
];
}; };
}) })