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