Skip to content

Commit

Permalink
cloud-hypervisor: 26.0 -> 28.0 (#201572)
Browse files Browse the repository at this point in the history
  • Loading branch information
astro authored Nov 18, 2022
1 parent 0bf1638 commit 5dcab93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/virtualization/cloud-hypervisor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

rustPlatform.buildRustPackage rec {
pname = "cloud-hypervisor";
version = "26.0";
version = "28.0";

src = fetchFromGitHub {
owner = "cloud-hypervisor";
repo = pname;
rev = "v${version}";
sha256 = "sha256-choTT20TVp42nN/vS6xCDA7Mbf1ZuAE1tFQZn49g9ak=";
sha256 = "sha256-gl8LgR2Sz0DxPAYeyfTvLJg4Esotg/eBfCjbdgEUfRI=";
};

separateDebugInfo = true;

nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optional stdenv.isAarch64 dtc;

cargoSha256 = "sha256-mmyaT24he33wLI3zLOOKhVtzrPRyWzKgXUvc37suy5E=";
cargoSha256 = "sha256-qPlk8MHuXnfmtQSqIiFBYQK7TgHun1CxLqVOz/DDvrs=";

OPENSSL_NO_VENDOR = true;

Expand Down

0 comments on commit 5dcab93

Please sign in to comment.