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

wazero: 1.7.3 -> 1.8.0
This commit is contained in:
Sebastián Mancilla 2024-08-22 22:17:07 -04:00 committed by GitHub
commit 97d9310ebc
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.7.3";
version = "1.8.0";
src = fetchFromGitHub {
owner = "tetratelabs";
repo = "wazero";
rev = "v${version}";
hash = "sha256-39elFJ7dDBpD5nbSaw+bpth6PMZiHjmPHQIS2rsFHFw=";
hash = "sha256-m8dv8r1iJGM6RSPDhJk6KM7sHy3YorvsXUACsSb9bCU=";
};
vendorHash = null;