wasm-pack: 0.13.1 -> 0.14.0

The old source redirects to wasm-bindgen/wasm-pack now.

changelog: https://github.com/wasm-bindgen/wasm-pack/releases/tag/v0.14.0,

diff: https://github.com/wasm-bindgen/wasm-pack/compare/v0.13.1...v0.14.0
This commit is contained in:
Hythera
2026-04-18 20:59:32 +02:00
parent 89ddb0f44b
commit aaa114d637
+6 -5
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wasm-pack";
version = "0.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "rustwasm";
owner = "wasm-bindgen";
repo = "wasm-pack";
tag = "v${finalAttrs.version}";
hash = "sha256-CN1LcLX7ag+in9sosT2NYVKfhDLGv2m3zHOk2T4MFYc=";
hash = "sha256-ik6AJUKuT3GCDTZbHWcplcB7cS0CIcZwFNa6SvGzsIQ=";
};
cargoHash = "sha256-nYWvk2v+4IAk/y7fg+Z/nMH+Ml+J5k5ER8uudCQOMB8=";
cargoHash = "sha256-n9xuwlj8+3fDTHMS2XobqWFc6mNHQcmmvebRDc82oSo=";
nativeBuildInputs = [
cmake
@@ -32,9 +32,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
doCheck = false;
meta = {
changelog = "https://github.com/wasm-bindgen/wasm-pack/releases/tag/v${finalAttrs.version}";
description = "Utility that builds rust-generated WebAssembly package";
mainProgram = "wasm-pack";
homepage = "https://github.com/rustwasm/wasm-pack";
homepage = "https://github.com/wasm-bindgen/wasm-pack";
license = with lib.licenses; [
asl20 # or
mit