liana: 10.0 -> 11.0 (#412087)

Co-authored-by: dunxen <git@dunxen.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-30 18:14:26 +00:00
committed by GitHub

View File

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