lianad: 11.1 -> 12.0 (#428342)

Co-authored-by: dunxen <git@dunxen.dev>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-28 09:47:41 +00:00
committed by GitHub
co-authored by dunxen
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "lianad";
version = "11.1"; # keep in sync with liana
version = "12.0"; # keep in sync with liana
src = fetchFromGitHub {
owner = "wizardsardine";
repo = "liana";
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 ];