Skip to content

Commit

Permalink
Merge pull request #85512 from ggreif/wasmtime
Browse files Browse the repository at this point in the history
wasmtime-0.12.0: fix cargoSha256
  • Loading branch information
matthewbauer committed Apr 19, 2020
2 parents bc0e5f8 + 94d88d3 commit a2d9f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/wasmtime/default.nix
Expand Up @@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};

cargoSha256 = "0wqd2yy6ih1rcz1fq7x3aiqq1ma2nmif1w8r8x0vpxjxk395zil9";
cargoSha256 = "0vyxp74jlnrisk0kblsbj9d9a54wcgzbyjm7iqav1k4ns3syrnmh";

nativeBuildInputs = [ python cmake clang ];
buildInputs = [ llvmPackages.libclang ] ++
Expand Down

0 comments on commit a2d9f58

Please sign in to comment.