Skip to content

Commit

Permalink
lldap: pin wasm-bindgen-cli to 0.2.95 (#374179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjm authored Jan 19, 2025
1 parent 6e02957 commit f624d9c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/by-name/ll/lldap/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

let

wasm-bindgen-95 = wasm-bindgen-cli.override {
version = "0.2.95";
hash = "sha256-prMIreQeAcbJ8/g3+pMp1Wp9H5u+xLqxRxL+34hICss=";
cargoHash = "sha256-6iMebkD7FQvixlmghGGIvpdGwFNLfnUcFke/Rg8nPK4=";
};

commonDerivationAttrs = rec {
pname = "lldap";
version = "0.6.1";
Expand All @@ -38,7 +44,7 @@ let
pname = commonDerivationAttrs.pname + "-frontend";

nativeBuildInputs = [
wasm-pack wasm-bindgen-cli binaryen which rustc rustc.llvmPackages.lld
wasm-pack wasm-bindgen-95 binaryen which rustc rustc.llvmPackages.lld
];

buildPhase = ''
Expand Down

0 comments on commit f624d9c

Please sign in to comment.