Skip to content

Commit

Permalink
cloud-hypervisor: 42.0 -> 43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Dec 19, 2024
1 parent 438969f commit 98dd0ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/cl/cloud-hypervisor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
pname = "cloud-hypervisor";
version = "42.0";
version = "43.0";

src = fetchFromGitHub {
owner = "cloud-hypervisor";
repo = pname;
rev = "v${version}";
hash = "sha256-AuKUwYxAXY/rNQk5Jx4WxGj+wChRrDkw8fp3uO3KBv0=";
hash = "sha256-drxJtlvBpkK3I7Ob3+pH4KLUq53GWXe1pmv7CI3bbP4=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-xqMUB9aqkUIpnX0U30CfiWmjDI7IS5SuJIKF5byXIxk=";
cargoHash = "sha256-wifctp30ApnxtRMlzksoSGrIJUT1cB0p1RBxfyITuZI=";

separateDebugInfo = true;

Expand Down

0 comments on commit 98dd0ae

Please sign in to comment.