mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
simple-live-app: 1.7.6 -> 1.7.7
This commit is contained in:
@@ -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
Reference in New Issue
Block a user