liana: 4.0 -> 5.0

Diff: https://github.com/wizardsardine/liana/compare/v4.0...v5.0
This commit is contained in:
Duncan Dean 2024-04-03 15:10:53 +02:00
parent 3c2fdd0a4e
commit ba3f4ec3b9
No known key found for this signature in database
GPG Key ID: ED357015286A333D
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=";
};
};