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

wazero: 1.7.0 -> 1.7.1
This commit is contained in:
Nick Cao 2024-04-16 09:38:46 -04:00 committed by GitHub
commit 053be0cc59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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