We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6267f7f commit aa852f2Copy full SHA for aa852f2
pkgs/by-name/cl/cloud-hypervisor/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "cloud-hypervisor";
13
- version = "45.0";
+ version = "46.0";
14
15
src = fetchFromGitHub {
16
owner = "cloud-hypervisor";
17
repo = "cloud-hypervisor";
18
rev = "v${version}";
19
- hash = "sha256-PmgHO3gRE/LfLiRC+sAQXKUeclweVUNJV2ihpkvx0Wg=";
+ hash = "sha256-3jFZgcTyjbAB4Ka8ZHeqorlVTkAvXJ2No32038xK0Pc=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-h9ydLEp7GpW5jMkt5jObR09lPWGs+rmvdoEZntIZwxY=";
+ cargoHash = "sha256-Zllj6HGRgI1tT8EODGOpSgmw3F89ie9Y1hChTrvwskg=";
24
25
separateDebugInfo = true;
26
0 commit comments