wazero: 1.8.1 -> 1.8.2 (#364456)

This commit is contained in:
Nick Cao 2024-12-12 09:42:55 -05:00 committed by GitHub
commit 64f6cd5a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "wazero";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "tetratelabs";
repo = "wazero";
rev = "v${version}";
hash = "sha256-swTGkSwkTtogdzuebeD+0C/wSaS/340TAyVc6gavoLw=";
hash = "sha256-pU5Pnh9E16fqhN1zNhEWS3CiK8dD2ilHT+JUc2fekPU=";
};
vendorHash = null;