lianad: 11.0 -> 11.1 (#417856)

Co-authored-by: dunxen <git@dunxen.dev>

authored by nixpkgs-merge-bot[bot] dunxen and committed by GitHub e076d79e aada4129

+3 -3
+3 -3
pkgs/by-name/li/lianad/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "lianad"; 11 - version = "11.0"; # keep in sync with liana 12 13 src = fetchFromGitHub { 14 owner = "wizardsardine"; 15 repo = "liana"; 16 rev = "v${version}"; 17 - hash = "sha256-mpHXaqMbThjCSJIZqg0t7Zz0hCsC3sSrSf3Npn19RpA="; 18 }; 19 20 useFetchCargoVendor = true; 21 - cargoHash = "sha256-nyWTcKGTVCS1MHmSCiF2aEUtQaVyUfLYzJed+APrdCo="; 22 23 buildInputs = [ udev ]; 24
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "lianad"; 11 + version = "11.1"; # keep in sync with liana 12 13 src = fetchFromGitHub { 14 owner = "wizardsardine"; 15 repo = "liana"; 16 rev = "v${version}"; 17 + hash = "sha256-trP6jnhMPASPkV7VwSHCl7gUhmx4F+68YK/QK+SPPZg="; 18 }; 19 20 useFetchCargoVendor = true; 21 + cargoHash = "sha256-Zmxb4ZxuIyyKWrGaX3/1UHgkmo/XtqIHuP9luAnzgm4="; 22 23 buildInputs = [ udev ]; 24