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>2023-11-17 11:49:11 +0100
committerRafael Fernández López <ereslibre@ereslibre.es>2023-11-17 11:49:11 +0100
commitf7adf20e52b2ce9a6246afadf480330105833706 (patch)
tree6f229fe1f57a657103a08aa73c1c7125a4652783 /pkgs/tools/misc/wasm-tools
parent876ea2405808e3f42aeeae5a2beb68d0b06c3b9e (diff)
wasm-tools: 1.0.51 -> 1.0.52
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 6d772a8ba5c38..2249ea83d1ab6 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.51";
+  version = "1.0.52";
 
   src = fetchFromGitHub {
     owner = "bytecodealliance";
     repo = pname;
     rev = "${pname}-${version}";
-    hash = "sha256-SeUwd9S2WMGbNqj9NzZZKW1tQWc0cbe+uZmHc1PWKR8=";
+    hash = "sha256-6x2H+WY23XxBWmAqD2Lsc4TdCY76XiR/BhSU++XuIFY=";
     fetchSubmodules = true;
   };
 
   # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
   auditable = false;
-  cargoHash = "sha256-G7pIy8KuDEEVVhH0WzY93eDhH2oTT9sP5CqTgfxYB0c=";
+  cargoHash = "sha256-1YnoHL+FKXhopcW0Scya22sRBwantRH9gF7w/rxU0H8=";
   cargoBuildFlags = [ "--package" "wasm-tools" ];
   cargoTestFlags = [ "--all" ];