hvm: 2.0.19 -> 2.0.22

This commit is contained in:
Okko
2025-02-15 16:27:59 +02:00
parent d8d64f4443
commit c87dcd820c
+3 -3
View File
@@ -6,15 +6,15 @@
rustPlatform.buildRustPackage rec {
pname = "hvm";
version = "2.0.19";
version = "2.0.22";
src = fetchCrate {
inherit pname version;
hash = "sha256-+Cx+2v4JrQflDBaNZ9Fu8734Zr4rrgtnojUS4dkx7Ck=";
hash = "sha256-AD8mv47m4E6H8BVkxTExyhrR7VEnuB/KxnRl2puPnX4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-HpQQLFb9vUAGIEKrkGKOfUUNALYGnKCR3/HqA+qvamw=";
cargoHash = "sha256-nLcT+o6xrxPmQqK7FQpCqTlxOOUA1FzqRGQIypcq4fo=";
meta = with lib; {
description = "Massively parallel, optimal functional runtime in Rust";