wabt: 1.0.18 -> 1.0.19

https://github.com/WebAssembly/wabt/releases/tag/1.0.19
This commit is contained in:
Maximilian Bosch 2020-07-22 15:29:03 +02:00
parent a2a7d5022d
commit 7b17579b8b
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wabt"; pname = "wabt";
version = "1.0.18"; version = "1.0.19";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "WebAssembly"; owner = "WebAssembly";
repo = "wabt"; repo = "wabt";
rev = version; rev = version;
sha256 = "06b90ajgxqp4hcw7fqag7gphdn4q1rfglb7cw868n7wskwv45kc7"; sha256 = "0g1iy1icnjfkc0dadkrif4nlixpvq626023rgj02m9al64gf9hvx";
fetchSubmodules = true; fetchSubmodules = true;
}; };