Merge pull request #272296 from gaelreyrol/rustdesk-server-update-1.1.9

rustdesk-server: 1.1.8 -> 1.1.9
This commit is contained in:
Maciej Krüger 2024-01-05 15:20:56 +01:00 committed by GitHub
commit e562a36b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -779,7 +779,7 @@ dependencies = [
[[package]]
name = "hbbs"
version = "1.1.8"
version = "1.1.9"
dependencies = [
"async-speed-limit",
"async-trait",

View File

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage rec {
pname = "rustdesk-server";
version = "1.1.8";
version = "1.1.9";
src = fetchFromGitHub {
owner = "rustdesk";
repo = "rustdesk-server";
rev = version;
hash = "sha256-KzIylbPe+YN513UNFuisvDAIe4kICGYDUrfURDOw/no=";
hash = "sha256-bC1eraMSa9Lz5icvU7dPnEIeqE5TaW8HseBQMRmDCXQ=";
};
cargoLock = {