about summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-25 03:51:16 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-01 22:49:15 +0000
commitfb6950f954e12637869c527620355fd0d036bde1 (patch)
treefa3e00b9435172be7936c81966721754c1355ff1 /pkgs/tools/misc
parent6a97edd1e85b319b5a2dae5a78612fae25ff16a2 (diff)
wit-bindgen: 0.14.0 -> 0.16.0
(cherry picked from commit 35a0a6578671d6633e1acc6d57807333487c7c96)
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/wit-bindgen/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/wit-bindgen/default.nix b/pkgs/tools/misc/wit-bindgen/default.nix
index 5cedb1b899224..17cb5ce9ed241 100644
--- a/pkgs/tools/misc/wit-bindgen/default.nix
+++ b/pkgs/tools/misc/wit-bindgen/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "wit-bindgen";
-  version = "0.14.0";
+  version = "0.16.0";
 
   src = fetchFromGitHub {
     owner = "bytecodealliance";
     repo = "wit-bindgen";
     rev = "wit-bindgen-cli-${version}";
-    hash = "sha256-yPmjlINQAXnzYtGVdNiJ/DEL4Xz2AtQxq5EXl5nWR08=";
+    hash = "sha256-QqLTXvzBobDsdwo30yUFK2bHedawiYPni2zhKk6I7j8=";
   };
 
-  cargoHash = "sha256-wROV2erysHrHJdbAy74z04ZCdlGHoICX8tKzKj2cq3E=";
+  cargoHash = "sha256-R2F/6f9BRN9omLFBQbP5Vi3szWifEyLMHMILFzLN0cU=";
 
   # Some tests fail because they need network access to install the `wasm32-unknown-unknown` target.
   # However, GitHub Actions ensures a proper build.