wasm-bindgen-cli: 0.2.89 -> 0.2.91 (#286975)

This commit is contained in:
Nick Hu 2024-02-13 16:49:22 +00:00 committed by GitHub
parent 63a47adc3f
commit 3851331538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,15 +1,16 @@
{ lib
, rustPlatform
, fetchCrate
, nix-update-script
, nodejs
, pkg-config
, openssl
, stdenv
, curl
, Security
, version ? "0.2.89"
, hash ? "sha256-IPxP68xtNSpwJjV2yNMeepAS0anzGl02hYlSTvPocz8="
, cargoHash ? "sha256-pBeQaG6i65uJrJptZQLuIaCb/WCQMhba1Z1OhYqA8Zc="
, version ? "0.2.91"
, hash ? "sha256-f/RK6s12ItqKJWJlA2WtOXtwX4Y0qa8bq/JHlLTAS3c="
, cargoHash ? "sha256-3vxVI0BhNz/9m59b+P2YEIrwGwlp7K3pyPKt4VqQuHE="
}:
rustPlatform.buildRustPackage rec {
@ -36,4 +37,6 @@ rustPlatform.buildRustPackage rec {
maintainers = with maintainers; [ rizary ];
mainProgram = "wasm-bindgen";
};
passthru.updateScript = nix-update-script { };
}