liana: 11.1 -> 12.0 (#428319)

Co-authored-by: dunxen <git@dunxen.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-25 15:16:36 +00:00
committed by GitHub
co-authored by dunxen
+3 -3
View File
@@ -39,17 +39,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "liana";
version = "11.1"; # keep in sync with lianad
version = "12.0"; # keep in sync with lianad
src = fetchFromGitHub {
owner = "wizardsardine";
repo = "liana";
tag = "v${version}";
hash = "sha256-trP6jnhMPASPkV7VwSHCl7gUhmx4F+68YK/QK+SPPZg=";
hash = "sha256-TZUNYr7p4P/++eX9ZNU/d1IurPrkZn/PJmJOsB01VMY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Zmxb4ZxuIyyKWrGaX3/1UHgkmo/XtqIHuP9luAnzgm4=";
cargoHash = "sha256-Hb5icOKgQiDzFLWwUfkwXcr1vn80QcAr+fKwG37PkYc=";
nativeBuildInputs = [
pkg-config