lianad: 11.1 -> 12.0

This commit is contained in:
R. Ryantm 2025-07-25 13:52:51 +00:00 committed by Weijia Wang
parent 877118771f
commit eab8ae93a5

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "lianad"; pname = "lianad";
version = "11.1"; # keep in sync with liana version = "12.0"; # keep in sync with liana
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wizardsardine"; owner = "wizardsardine";
repo = "liana"; repo = "liana";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-trP6jnhMPASPkV7VwSHCl7gUhmx4F+68YK/QK+SPPZg="; hash = "sha256-TZUNYr7p4P/++eX9ZNU/d1IurPrkZn/PJmJOsB01VMY=";
}; };
cargoHash = "sha256-Zmxb4ZxuIyyKWrGaX3/1UHgkmo/XtqIHuP9luAnzgm4="; cargoHash = "sha256-Hb5icOKgQiDzFLWwUfkwXcr1vn80QcAr+fKwG37PkYc=";
buildInputs = [ udev ]; buildInputs = [ udev ];