about summary refs log tree commit diff
path: root/pkgs/development/interpreters/wasmtime/default.nix
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2020-04-18 19:26:40 +0200
committerGabor Greif <ggreif@gmail.com>2020-04-18 21:30:29 +0200
commit94d88d3b70916f02ec86bf08945c20bdf5526cc2 (patch)
tree6bc64274c2cd7e5807323cc34dbb5e6a94f3f8ae /pkgs/development/interpreters/wasmtime/default.nix
parent45b21b38a8ca61fed1b2ea7db3cd1bbe8ff3d848 (diff)
downloadnixlib-94d88d3b70916f02ec86bf08945c20bdf5526cc2.tar
nixlib-94d88d3b70916f02ec86bf08945c20bdf5526cc2.tar.gz
nixlib-94d88d3b70916f02ec86bf08945c20bdf5526cc2.tar.bz2
nixlib-94d88d3b70916f02ec86bf08945c20bdf5526cc2.tar.lz
nixlib-94d88d3b70916f02ec86bf08945c20bdf5526cc2.tar.xz
nixlib-94d88d3b70916f02ec86bf08945c20bdf5526cc2.tar.zst
nixlib-94d88d3b70916f02ec86bf08945c20bdf5526cc2.zip
wasmtime-0.12.0: fix cargoSha256
Diffstat (limited to 'pkgs/development/interpreters/wasmtime/default.nix')
-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 6bb17e70958c..79222749dc4b 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 = "0wqd2yy6ih1rcz1fq7x3aiqq1ma2nmif1w8r8x0vpxjxk395zil9";
+  cargoSha256 = "0vyxp74jlnrisk0kblsbj9d9a54wcgzbyjm7iqav1k4ns3syrnmh";
 
   nativeBuildInputs = [ python cmake clang ];
   buildInputs = [ llvmPackages.libclang ] ++