summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/wasmtime
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-04-30 21:25:44 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-04-30 21:25:44 -0400
commitbfaebc3647bc80137c51185e2a5a332d3420831d (patch)
tree2837c111adfa20033d618fbfc8abd236f2898376 /pkgs/development/interpreters/wasmtime
parent06041661f88478e6ff67821819ab8803a5c67e16 (diff)
wasmtime: fix hash
Diffstat (limited to 'pkgs/development/interpreters/wasmtime')
-rw-r--r--pkgs/development/interpreters/wasmtime/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/wasmtime/default.nix b/pkgs/development/interpreters/wasmtime/default.nix
index 882de562114a..33d00afd9e70 100644
--- a/pkgs/development/interpreters/wasmtime/default.nix
+++ b/pkgs/development/interpreters/wasmtime/default.nix
@@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
fetchSubmodules = true;
};
- cargoSha256 = "17k8n5xar4pvvi4prhm6c51vlim9xqwkkhysbnss299mm3fyh36h";
+ cargoSha256 = "0xy8vazb4nc4q1098ws92j1yfwp9w7q30z0yk2gindkn898603bc";
cargoPatches = [ ./cargo-lock.patch ];