lianad: 10.0 -> 11.0

This commit is contained in:
R. Ryantm 2025-05-29 13:40:30 +00:00
parent adfe0268d8
commit 87be927584

View file

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