wkg: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2026-02-05 20:50:51 +00:00
parent 77c0d381e6
commit 8a4495546d
+3 -3
View File
@@ -8,15 +8,15 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wkg";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "wasm-pkg-tools";
tag = "v${finalAttrs.version}";
hash = "sha256-6adUBw3jtmEq1y+hdnE7EBMgF5KChXr2MtOiSEPi1Ao=";
hash = "sha256-nFPfDVs/C7GtmLKy4V+ECsZvsABNfaxR3iDbDrnlMek=";
};
cargoHash = "sha256-BAHdOrLrSspSN1WsCtglCOQebI39zw6Byj9EgvU3onA=";
cargoHash = "sha256-KfF9VePqkWVdDU5C8b7x9u+uXPnrO5wVxQQZz8eJ4vM=";
# A large number of tests require Internet access in order to function.
doCheck = false;