Merge pull request #301238 from dunxen/update-liana-v5

liana: 4.0 -> 5.0
This commit is contained in:
Aleksana 2024-04-07 11:52:52 +08:00 committed by GitHub
commit 9196be74d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 383 additions and 121 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,19 +32,19 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "liana";
version = "4.0";
version = "5.0";
src = fetchFromGitHub {
owner = "wizardsardine";
repo = pname;
repo = "liana";
rev = "v${version}";
hash = "sha256-aeNbPtzS8QhZ+d/HC9/Nx1GvIWsCrjUrMqghIspt2+o=";
hash = "sha256-RkZ2HSN7IjwN3tD0UhpMeQeqkb+Y79kSWnjJZ5KPbQk=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"liana-4.0.0" = "sha256-GT5/HlFU+Cf/Q5aQoT6ldZ+f+7I+S3wpUbq3JAhJjz8=";
"liana-5.0.0" = "sha256-wePqsVpMBRP2eJZd8W05CaeesqY5g/rnr4OonmRzeeM=";
"iced_futures-0.6.0" = "sha256-ejkAxU6DwiX1/119eA0GRapSmz7dqwx9M0uMwyDHATQ=";
};
};