File tree Expand file tree Collapse file tree
pkgs/by-name/se/server-box Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "circle_chart" : " sha256-BcnL/hRf+Yv2U8Nkl7pc8BtncBW+M2by86jO5IbFIRk=" ,
32 "computer" : " sha256-qaD6jn78zDyZBktwJ4WTQa8oCvCWQJOBDaozBVsXNb8=" ,
4- "dartssh2" : " sha256-Bl5eLrYU2YnpRcleff3wVXiTS9wuo2A1neiLUClvbGU=" ,
5- "fl_build" : " sha256-NLKmnx26FDuTRwdm4C/HxwpeRekmZkFypcPJVdvDS4U=" ,
6- "fl_lib" : " sha256-utp1tWPytAK6SaNUVa5YsLgkeP+RbwtqNBhVThOYMBk=" ,
7- "gtk" : " sha256-nt7d2MvIfizxezWhQNm2/yHEzYuPKDvfHGM9Bnq3f04=" ,
8- "plain_notification_token" : " sha256-Cy1/S8bAtKCBnjfDEeW4Q2nP4jtwyCstAC1GH1efu8I=" ,
9- "watch_connectivity" : " sha256-9TyuElr0PNoiUvbSTOakdw1/QwWp6J2GAwzVHsgYWtM=" ,
10- "xterm" : " sha256-ujR2aRB9TbaSoGB0vmx75X6683f/tu+Ptj+BFJ2WWVs="
3+ "gtk" : " sha256-nt7d2MvIfizxezWhQNm2/yHEzYuPKDvfHGM9Bnq3f04="
114}
Original file line number Diff line number Diff line change 11{
22 lib ,
3- flutter338 ,
3+ flutter341 ,
44 fetchFromGitHub ,
55 autoPatchelfHook ,
66 copyDesktopItems ,
1313} :
1414
1515let
16- version = "1.0.1316 " ;
16+ version = "1.0.1331 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "lollipopkit" ;
2020 repo = "flutter_server_box" ;
2121 tag = "v${ version } " ;
22- hash = "sha256-yFBWFqTJJon6GeY6dQ0QL814/j1Y5ur4pz2uS7iIZCI=" ;
22+ fetchSubmodules = true ;
23+ hash = "sha256-fKwOAlGVrNKqb/eYRrDWAQ+B6R1OF10IXJ1cCk1IvNY=" ;
2324 } ;
2425in
25- flutter338 . buildFlutterApplication {
26+ flutter341 . buildFlutterApplication {
2627 pname = "server-box" ;
2728 inherit version src ;
2829
@@ -92,7 +93,8 @@ flutter338.buildFlutterApplication {
9293
9394 meta = {
9495 description = "Server status & toolbox" ;
95- homepage = "https://github.com/lollipopkit/flutter_server_box" ;
96+ homepage = "https://serverbox.lpkt.cn" ;
97+ downloadPage = "https://serverbox.lpkt.cn/installation" ;
9698 changelog = "https://github.com/lollipopkit/flutter_server_box/releases/tag/${ src . tag } " ;
9799 mainProgram = "ServerBox" ;
98100 license = lib . licenses . gpl3Plus ;
You can’t perform that action at this time.
0 commit comments