rustdesk-flutter: 1.4.0 -> 1.4.1

This commit is contained in:
Joachim Ernst 2025-08-05 15:00:40 +02:00
parent 5ffee1fd59
commit 42b73d667f
No known key found for this signature in database
2 changed files with 271 additions and 215 deletions

View File

@ -33,7 +33,7 @@
let let
flutterRustBridge = rustPlatform.buildRustPackage rec { flutterRustBridge = rustPlatform.buildRustPackage rec {
pname = "flutter_rust_bridge_codegen"; pname = "flutter_rust_bridge_codegen";
version = "1.80.1"; # https://github.com/rustdesk/rustdesk/blob/1.3.2/.github/workflows/bridge.yml#L10 version = "1.80.1"; # https://github.com/rustdesk/rustdesk/blob/1.4.1/.github/workflows/bridge.yml#L10
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fzyzcjy"; owner = "fzyzcjy";
@ -63,14 +63,14 @@ let
in in
flutter.buildFlutterApplication rec { flutter.buildFlutterApplication rec {
pname = "rustdesk"; pname = "rustdesk";
version = "1.4.0"; version = "1.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rustdesk"; owner = "rustdesk";
repo = "rustdesk"; repo = "rustdesk";
tag = version; tag = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-fuS2ENrMlzk1AIZGZp4M3ZbsHks5TFW2pRQEGzsTThQ="; hash = "sha256-nS8KjLzgdzgvn5mM1lJL2vFk0g/ZUZBvdkjyC+MdHDE=";
}; };
strictDeps = true; strictDeps = true;
@ -78,7 +78,7 @@ flutter.buildFlutterApplication rec {
# Configure the Flutter/Dart build # Configure the Flutter/Dart build
sourceRoot = "${src.name}/flutter"; sourceRoot = "${src.name}/flutter";
# curl https://raw.githubusercontent.com/rustdesk/rustdesk/1.3.9/flutter/pubspec.lock | yq > pubspec.lock.json # curl https://raw.githubusercontent.com/rustdesk/rustdesk/1.4.1/flutter/pubspec.lock | yq > pubspec.lock.json
pubspecLock = lib.importJSON ./pubspec.lock.json; pubspecLock = lib.importJSON ./pubspec.lock.json;
gitHashes = { gitHashes = {
dash_chat_2 = "sha256-J5Bc6CeCoRGN870aNEVJ2dkQNb+LOIZetfG2Dsfz5Ow="; dash_chat_2 = "sha256-J5Bc6CeCoRGN870aNEVJ2dkQNb+LOIZetfG2Dsfz5Ow=";
@ -100,7 +100,7 @@ flutter.buildFlutterApplication rec {
src src
patches patches
; ;
hash = "sha256-9DjfGfTs8/J9XPZmWXCibyRib1/abnWzznQn6A5Tw2I="; hash = "sha256-ecLR6cMVDrTKeoTE5Yxkw5dN4ceAm+RD7BVXwIQ1fnk=";
}; };
dontCargoBuild = true; dontCargoBuild = true;

File diff suppressed because it is too large Load Diff