about summary refs log tree commit diff
path: root/pkgs/tools/misc/wasm-tools
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2024-01-09 20:51:26 +0100
committerRafael Fernández López <ereslibre@ereslibre.es>2024-01-09 20:51:26 +0100
commit4a9ccd1b451cd74335ab497a613b226fb21e2992 (patch)
tree48e52259e369290c85f99b7e20ce597493d0640a /pkgs/tools/misc/wasm-tools
parent8736250fc2dd54702e7d53936b672e20f44fc9d1 (diff)
wasm-tools: 1.0.54 -> 1.0.55
Diffstat (limited to 'pkgs/tools/misc/wasm-tools')
-rw-r--r--pkgs/tools/misc/wasm-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/wasm-tools/default.nix b/pkgs/tools/misc/wasm-tools/default.nix
index 443cfa85f808f..e192b4a229de4 100644
--- a/pkgs/tools/misc/wasm-tools/default.nix
+++ b/pkgs/tools/misc/wasm-tools/default.nix
@@ -5,19 +5,19 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "wasm-tools";
-  version = "1.0.54";
+  version = "1.0.55";
 
   src = fetchFromGitHub {
     owner = "bytecodealliance";
     repo = pname;
     rev = "${pname}-${version}";
-    hash = "sha256-ZiOuD7aiBI1virfcXzxHnX5/uPZRc+Nntg24K2b9Mbo=";
+    hash = "sha256-9HcHM5ao0lSGctvjYQZNb5wlNsYPTD3NtPDZA/kHJdY=";
     fetchSubmodules = true;
   };
 
   # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
   auditable = false;
-  cargoHash = "sha256-OPNxs5WSQEatIJQ48GYjCzwM4twvQd38W/xsFgU9dB0=";
+  cargoHash = "sha256-fU9tpN+tVlwbTNWinylcRACSLhDD/uPPGW6GNWm/tvo=";
   cargoBuildFlags = [ "--package" "wasm-tools" ];
   cargoTestFlags = [ "--all" ];