wasm-pack: update deps
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,11 @@ rustPlatform.buildRustPackage rec {
|
|||||||
sha256 = "1rqyfg6ajxxyfx87ar25nf5ck9hd0p12qgv98dicniqag8l4rvsr";
|
sha256 = "1rqyfg6ajxxyfx87ar25nf5ck9hd0p12qgv98dicniqag8l4rvsr";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "0fw04hgxxqsbp1pylp32yd087r9bb8bpa05v90qdshkgp6znfl9s";
|
cargoPatches = [
|
||||||
|
./update-deps.patch
|
||||||
|
];
|
||||||
|
|
||||||
|
cargoSha256 = "0br7r8wz3knzgl3gjpq6z8w33my0yiaq711s1wih9jizhia02y5r";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -29651,9 +29651,6 @@ in
|
|||||||
wasmer = callPackage ../development/interpreters/wasmer { };
|
wasmer = callPackage ../development/interpreters/wasmer { };
|
||||||
|
|
||||||
wasm-pack = callPackage ../development/tools/wasm-pack {
|
wasm-pack = callPackage ../development/tools/wasm-pack {
|
||||||
# Wasm-pack depends on a version of rust-openssl which is incompatible with
|
|
||||||
# LibreSSL 3.1, so we explicitly opt for the older version.
|
|
||||||
libressl = libressl_3_0;
|
|
||||||
inherit (darwin.apple_sdk.frameworks) Security;
|
inherit (darwin.apple_sdk.frameworks) Security;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user