rustdesk-flutter: 1.4.3 -> 1.4.4

This commit is contained in:
wxt
2025-12-06 21:16:49 +08:00
parent 7a72a09874
commit d16b90c19c
+9 -4
View File
@@ -30,11 +30,13 @@
yq,
callPackage,
addDriverRunpath,
perl,
openssl,
}:
let
flutterRustBridge = rustPlatform.buildRustPackage rec {
pname = "flutter_rust_bridge_codegen";
version = "1.80.1"; # https://github.com/rustdesk/rustdesk/blob/1.4.1/.github/workflows/bridge.yml#L10
version = "1.80.1"; # https://github.com/rustdesk/rustdesk/blob/1.4.4/.github/workflows/bridge.yml#L10
src = fetchFromGitHub {
owner = "fzyzcjy";
@@ -64,18 +66,19 @@ let
in
flutter329.buildFlutterApplication rec {
pname = "rustdesk";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "rustdesk";
repo = "rustdesk";
tag = version;
fetchSubmodules = true;
hash = "sha256-TCy1AyqBHqrIlip2ZqdzIaYHjIYddThI+YmbcQHaDqQ=";
hash = "sha256-o7jsVWiCkHaKFpAu27r/Lr1Q9g7uR/OYJdwsiQeDJUA=";
};
strictDeps = true;
env.VCPKG_ROOT = "/homeless-shelter"; # idk man, makes the build go since https://github.com/21pages/hwcodec/commit/1873c34e3da070a462540f61c0b782b7ab15dc84
env.OPENSSL_NO_VENDOR = true;
# Configure the Flutter/Dart build
sourceRoot = "${src.name}/flutter";
@@ -92,7 +95,7 @@ flutter329.buildFlutterApplication rec {
src
patches
;
hash = "sha256-AOKsTPuq1VD6MR4z1K9l2Clbl8d/7IijTsnMRgBXvyw=";
hash = "sha256-gd2vS+p+1QtOWZcRWJWahFGo5rFG+soqxx3vJYSYJUo=";
};
dontCargoBuild = true;
@@ -116,6 +119,7 @@ flutter329.buildFlutterApplication rec {
rustPlatform.bindgenHook
ffigen
yq
perl
];
buildInputs = [
@@ -135,6 +139,7 @@ flutter329.buildFlutterApplication rec {
libyuv
pam
xdotool
openssl
];
prePatch = ''