simple-live-app: 1.7.6 -> 1.7.7

This commit is contained in:
emaryn
2025-04-21 10:17:13 +08:00
parent 77b5bffd0f
commit 40adbef8ce
2 changed files with 254 additions and 196 deletions

View File

@@ -1,22 +1,22 @@
{
autoPatchelfHook,
lib,
flutter329,
fetchFromGitHub,
flutter327,
autoPatchelfHook,
mpv,
makeDesktopItem,
copyDesktopItems,
}:
flutter327.buildFlutterApplication rec {
flutter329.buildFlutterApplication rec {
pname = "simple-live-app";
version = "1.7.6";
version = "1.7.7";
src = fetchFromGitHub {
owner = "xiaoyaocz";
repo = "dart_simple_live";
tag = "v${version}";
hash = "sha256-nnbGSqPyqoGNOjFx75soy+0liYv6pVwiLBGb7yV1AgI=";
hash = "sha256-NK1qIlxgSZQ1Es3KhMcUc1Je5ATq53kXcBqLBQVw5DQ=";
};
sourceRoot = "${src.name}/simple_live_app";
@@ -39,9 +39,7 @@ flutter327.buildFlutterApplication rec {
icon = "simple-live-app";
genericName = "Simple-Live";
desktopName = "Simple-Live";
keywords = [
"Simple Live"
];
keywords = [ "Simple Live" ];
})
];

File diff suppressed because it is too large Load Diff