liana: 9.0 -> 10.0 (#395770)

This commit is contained in:
Wolfgang Walther 2025-04-06 17:09:10 +00:00 committed by GitHub
commit af1a628c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,17 +39,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "liana";
version = "9.0"; # keep in sync with lianad
version = "10.0"; # keep in sync with lianad
src = fetchFromGitHub {
owner = "wizardsardine";
repo = "liana";
tag = "v${version}";
hash = "sha256-RFlICvoePwSglpheqMb+820My//LElnSeMDPFmXyHz0=";
hash = "sha256-nuwbJxpcapk01qwGAZ2z9nKjHNqE1BMikz3hWrCAGsA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-nj7L4glbjevVd1ef6RUGPm4hpzeNdnsCLC01BOJj6kI=";
cargoHash = "sha256-tODnld6V2KWarfHXyoPjSGw+q1A/dalPtW3Swc2dNes=";
nativeBuildInputs = [
pkg-config