wabt: 1.0.10 -> 1.0.11

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wabt/versions
This commit is contained in:
R. RyanTM 2019-05-13 04:41:54 -07:00
parent a80982b4c9
commit 3f9cc039f0

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 ];