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-06-19 09:59:28 +0200
committerRafael Fernández López <ereslibre@ereslibre.es>2024-06-19 09:59:28 +0200
commit4b1c77e9c59a4d4c624426fe4e8f372d0617aa49 (patch)
treecd3fad4a0f2d0e6db452d25b660ce70bcd6c2dad /pkgs/tools/misc/wasm-tools
parentd3f0e475c78058ca3a5b000e637882463682b545 (diff)
wasm-tools: 1.210.0 -> 1.211.1
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 dc83c150d11e4..e89628a117ff6 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.210.0";
+  version = "1.211.1";
 
   src = fetchFromGitHub {
     owner = "bytecodealliance";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-qp00/cgx2FpdBbt5CXYFD/V6SOtz7VQfRq0zJsELVuc=";
+    hash = "sha256-xd5/QB6/V8cyoygShmcIzUgXZNs+kBuPtKy56BSoxKo=";
     fetchSubmodules = true;
   };
 
   # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
   auditable = false;
-  cargoHash = "sha256-jNr0oyd+8E5ppPcV5LMAbOro4ZodgskCHAhe5TgC/6I=";
+  cargoHash = "sha256-H3eEwVZB6xzZwW5Bvgs7yPV58QUNvLSWSDigLzs2uG0=";
   cargoBuildFlags = [ "--package" "wasm-tools" ];
   cargoTestFlags = [ "--all" ];