wazero: 1.8.2 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-02-19 00:38:15 +00:00
parent c3e1114c80
commit 40e2ea6b0b
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "wazero";
version = "1.8.2";
version = "1.9.0";
src = fetchFromGitHub {
owner = "tetratelabs";
repo = "wazero";
rev = "v${version}";
hash = "sha256-pU5Pnh9E16fqhN1zNhEWS3CiK8dD2ilHT+JUc2fekPU=";
hash = "sha256-yxnHLc0PFxh8NRBgK2hvhKaxRM1w3IZ9TnfJM0+uadg=";
};
vendorHash = null;