3
0
Fork 0
forked from mirrors/nixpkgs

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

wabt: 1.0.26 -> 1.0.27
This commit is contained in:
Maximilian Bosch 2022-02-20 13:48:10 +01:00 committed by GitHub
commit 63006406fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wabt";
version = "1.0.26";
version = "1.0.27";
src = fetchFromGitHub {
owner = "WebAssembly";
repo = "wabt";
rev = version;
sha256 = "sha256-xX654awHD7tHRhM6VYmbgsX3/XQDLmAUJ1EpBIQMc3M=";
sha256 = "sha256-13et9+yoxoITOO9EEyLMNhG4VCj0jd+JhOlw0DxvwOg=";
fetchSubmodules = true;
};