Merge pull request #296328 from r-ryantm/auto-update/wazero

wazero: 1.6.0 -> 1.7.0
This commit is contained in:
Mario Rodas 2024-03-16 22:40:24 -05:00 committed by GitHub
commit 5e8f55005f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "wazero";
version = "1.6.0";
version = "1.7.0";
src = fetchFromGitHub {
owner = "tetratelabs";
repo = "wazero";
rev = "v${version}";
hash = "sha256-s01NoliiS8SqoHUjEUUsFcK82nt3xQgmAQZdrEtrOS0=";
hash = "sha256-TBGRO+5PHPna2dNSeNktxALEc6TvJzV+kEiynYqvhgY=";
};
vendorHash = null;