Skip to content

Commit 98dd0ae

Browse files
committed
cloud-hypervisor: 42.0 -> 43.0
1 parent 438969f commit 98dd0ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cl/cloud-hypervisor/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "cloud-hypervisor";
14-
version = "42.0";
14+
version = "43.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "cloud-hypervisor";
1818
repo = pname;
1919
rev = "v${version}";
20-
hash = "sha256-AuKUwYxAXY/rNQk5Jx4WxGj+wChRrDkw8fp3uO3KBv0=";
20+
hash = "sha256-drxJtlvBpkK3I7Ob3+pH4KLUq53GWXe1pmv7CI3bbP4=";
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-xqMUB9aqkUIpnX0U30CfiWmjDI7IS5SuJIKF5byXIxk=";
24+
cargoHash = "sha256-wifctp30ApnxtRMlzksoSGrIJUT1cB0p1RBxfyITuZI=";
2525

2626
separateDebugInfo = true;
2727

0 commit comments

Comments
 (0)