Skip to content

Commit

Permalink
hvm: 2.0.12 -> 2.0.17
Browse files Browse the repository at this point in the history
HVM2 never needed rust nightly, so also drop `RUSTC_BOOSTRAP = true`.

See HigherOrderCO/HVM#352
  • Loading branch information
jeremyschlatter committed May 26, 2024
1 parent 5a27977 commit fb9bfe8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkgs/development/compilers/hvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,19 @@

rustPlatform.buildRustPackage rec {
pname = "hvm";
version = "2.0.12";
version = "2.0.17";

src = fetchCrate {
inherit pname version;
hash = "sha256-/55SK/5zBKXmucRQPoYt/8IHxisQlOxNEVMAZVMtCNI=";
hash = "sha256-UzPEupmUnph7SjCc/T4sBSGXj8yLVdQlw+X9iM16zD8=";
};

cargoHash = "sha256-9U8Y0KaQHIfOZnCKbl94VvjS/7Qmi6UnKMDZDTXcye0=";
cargoHash = "sha256-AchVbf+mn4qQtzWu84Dqek+btCm6BA9mcY+8iHWqdiw=";

buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk_11_0.frameworks.IOKit
];

# enable nightly features
RUSTC_BOOTSTRAP = true;

meta = with lib; {
description = "A massively parallel, optimal functional runtime in Rust";
mainProgram = "hvm";
Expand Down

0 comments on commit fb9bfe8

Please sign in to comment.