about summary refs log tree commit diff
path: root/pkgs/development/tools/wasm-bindgen-cli
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-11-30 14:50:22 -0500
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2023-11-30 14:54:28 -0500
commit067e11fb004fd21f18000b20e724eededd649544 (patch)
tree3abaa02dc370c480609f93a1080c774076df3242 /pkgs/development/tools/wasm-bindgen-cli
parent23fb8f614b4ee69d490026895ae9874eef5b1d0f (diff)
wasm-bindgen-cli: 0.2.88 -> 0.2.89
Diffstat (limited to 'pkgs/development/tools/wasm-bindgen-cli')
-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 c87f49aa7cb41..fec8f6c7ad48d 100644
--- a/pkgs/development/tools/wasm-bindgen-cli/default.nix
+++ b/pkgs/development/tools/wasm-bindgen-cli/default.nix
@@ -7,9 +7,9 @@
 , stdenv
 , curl
 , Security
-, version ? "0.2.88"
-, hash ? "sha256-CpyB2poKIqP4Zfn3Gk1hA9m6EQ/ZiyO91wZViMH7Wsk="
-, cargoHash ? "sha256-0D5ABJ3jwsrFIvXSOYgOqJtV5B9JUsHZfJEKl6PO47I="
+, version ? "0.2.89"
+, hash ? "sha256-IPxP68xtNSpwJjV2yNMeepAS0anzGl02hYlSTvPocz8="
+, cargoHash ? "sha256-pBeQaG6i65uJrJptZQLuIaCb/WCQMhba1Z1OhYqA8Zc="
 }:
 
 rustPlatform.buildRustPackage rec {