Merge pull request #248142 from figsoda/wazero

wazero: 1.3.1 -> 1.4.0
This commit is contained in:
Nick Cao 2023-08-09 22:47:33 -06:00 committed by GitHub
commit 09019be5e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "wazero";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "tetratelabs";
repo = "wazero";
rev = "v${version}";
hash = "sha256-gLiUEJdO/2btZb5D9O1r+uF3ZVBN4Oy3dFwqUNQRoW8=";
hash = "sha256-Yn5mg/K+RT6CoW1vMrpvRFOao83IAZE1mP+DGp4SmKk=";
};
vendorHash = null;