liana: 11.0 -> 11.1 (#417833)

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

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

+3 -3
+3 -3
pkgs/by-name/li/liana/package.nix
··· 39 in 40 rustPlatform.buildRustPackage rec { 41 pname = "liana"; 42 - version = "11.0"; # keep in sync with lianad 43 44 src = fetchFromGitHub { 45 owner = "wizardsardine"; 46 repo = "liana"; 47 tag = "v${version}"; 48 - hash = "sha256-mpHXaqMbThjCSJIZqg0t7Zz0hCsC3sSrSf3Npn19RpA="; 49 }; 50 51 useFetchCargoVendor = true; 52 - cargoHash = "sha256-nyWTcKGTVCS1MHmSCiF2aEUtQaVyUfLYzJed+APrdCo="; 53 54 nativeBuildInputs = [ 55 pkg-config
··· 39 in 40 rustPlatform.buildRustPackage rec { 41 pname = "liana"; 42 + version = "11.1"; # keep in sync with lianad 43 44 src = fetchFromGitHub { 45 owner = "wizardsardine"; 46 repo = "liana"; 47 tag = "v${version}"; 48 + hash = "sha256-trP6jnhMPASPkV7VwSHCl7gUhmx4F+68YK/QK+SPPZg="; 49 }; 50 51 useFetchCargoVendor = true; 52 + cargoHash = "sha256-Zmxb4ZxuIyyKWrGaX3/1UHgkmo/XtqIHuP9luAnzgm4="; 53 54 nativeBuildInputs = [ 55 pkg-config