cloud-hypervisor: 45.0 -> 46.0

+3 -3
+3 -3
pkgs/by-name/cl/cloud-hypervisor/package.nix
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "cloud-hypervisor"; 13 - version = "45.0"; 14 15 src = fetchFromGitHub { 16 owner = "cloud-hypervisor"; 17 repo = "cloud-hypervisor"; 18 rev = "v${version}"; 19 - hash = "sha256-PmgHO3gRE/LfLiRC+sAQXKUeclweVUNJV2ihpkvx0Wg="; 20 }; 21 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-h9ydLEp7GpW5jMkt5jObR09lPWGs+rmvdoEZntIZwxY="; 24 25 separateDebugInfo = true; 26
··· 10 11 rustPlatform.buildRustPackage rec { 12 pname = "cloud-hypervisor"; 13 + version = "46.0"; 14 15 src = fetchFromGitHub { 16 owner = "cloud-hypervisor"; 17 repo = "cloud-hypervisor"; 18 rev = "v${version}"; 19 + hash = "sha256-3jFZgcTyjbAB4Ka8ZHeqorlVTkAvXJ2No32038xK0Pc="; 20 }; 21 22 useFetchCargoVendor = true; 23 + cargoHash = "sha256-Zllj6HGRgI1tT8EODGOpSgmw3F89ie9Y1hChTrvwskg="; 24 25 separateDebugInfo = true; 26