about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoctorDalek1963 <dyson.dyson@icloud.com>2024-05-02 18:59:23 +0100
committerDoctorDalek1963 <dyson.dyson@icloud.com>2024-05-02 18:59:23 +0100
commit5eb7b63c5c2d02ad4711d8dff1d824ac39f2cc3a (patch)
tree71768095b5cfeeb65107b348d5809aa865a129b7
parente993524725cffa05817081b0aa4ab5d4245b41ca (diff)
wasm-bindgen-cli: 0.2.91 -> 0.2.92
-rw-r--r--pkgs/development/tools/wasm-bindgen-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/wasm-bindgen-cli/default.nix b/pkgs/development/tools/wasm-bindgen-cli/default.nix
index afc968a3865f1..6fce69be410a6 100644
--- a/pkgs/development/tools/wasm-bindgen-cli/default.nix
+++ b/pkgs/development/tools/wasm-bindgen-cli/default.nix
@@ -8,9 +8,9 @@
 , stdenv
 , curl
 , Security
-, version ? "0.2.91"
-, hash ? "sha256-f/RK6s12ItqKJWJlA2WtOXtwX4Y0qa8bq/JHlLTAS3c="
-, cargoHash ? "sha256-3vxVI0BhNz/9m59b+P2YEIrwGwlp7K3pyPKt4VqQuHE="
+, version ? "0.2.92"
+, hash ? "sha256-1VwY8vQy7soKEgbki4LD+v259751kKxSxmo/gqE6yV0="
+, cargoHash ? "sha256-aACJ+lYNEU8FFBs158G1/JG8sc6Rq080PeKCMnwdpH0="
 }:
 
 rustPlatform.buildRustPackage rec {