Merge pull request #196605 from figsoda/update-hvm

hvm: 1.0.88 -> 1.0.89
This commit is contained in:
figsoda
2022-10-19 10:20:13 -04:00
committed by GitHub
+3 -3
View File
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "hvm";
version = "0.1.88";
version = "0.1.89";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-VnVyTUOtoplt0Zd5VkCe/h85/Mqcz7lgeIiZVD+Vrxk=";
sha256 = "sha256-xPF8HW4QFXLLjg2HO5Pl+uQ44XCdAHc6koVpVXxN6dE=";
};
cargoSha256 = "sha256-4D63OEz7/2pJGPXiFEwl6ggaV2DNZcoN//BM7H0Sp7I=";
cargoSha256 = "sha256-dDSmiMwDbVDfStXamQvOMBBO5MiuDFhgzWPx0oYwzcM=";
nativeBuildInputs = [ pkg-config ];