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

wabt: 1.0.10 -> 1.0.11
This commit is contained in:
Léo Gaspard 2019-05-13 17:30:03 +02:00 committed by GitHub
commit a9ec3f2f1b
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.10";
version = "1.0.11";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "0vki02317mbk5f2w9fxyslcrn5rl2sk845rrs318i37wsz6ismp3";
sha256 = "0hn88vlqyclpk79v3wg3lrssd9vwhjdgvb41g03jqakygxxgnmp5";
};
nativeBuildInputs = [ cmake ];