Skip to content

Commit 1d636bd

Browse files
server-box: 1.0.1316 -> 1.0.1331 (#498944)
2 parents 7408cd5 + fe1df0a commit 1d636bd

3 files changed

Lines changed: 98 additions & 117 deletions

File tree

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
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
}

pkgs/by-name/se/server-box/package.nix

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
lib,
3-
flutter338,
3+
flutter341,
44
fetchFromGitHub,
55
autoPatchelfHook,
66
copyDesktopItems,
@@ -13,16 +13,17 @@
1313
}:
1414

1515
let
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
};
2425
in
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;

0 commit comments

Comments
 (0)