Merge pull request #57500 from r-ryantm/auto-update/wabt

wabt: 1.0.8 -> 1.0.10
This commit is contained in:
Léo Gaspard 2019-03-12 12:13:40 +01:00 committed by GitHub
commit 00877c10e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "wabt-${version}";
version = "1.0.8";
version = "1.0.10";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "018sb7p8xlvv8p2fdbnl0v98zh78zc8ha74ldw5c8z0i7xzgzj9w";
sha256 = "0vki02317mbk5f2w9fxyslcrn5rl2sk845rrs318i37wsz6ismp3";
};
nativeBuildInputs = [ cmake ];