summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-13 13:06:07 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-13 16:47:59 +0000
commit7d22bcf1d9476c051f1d1ad831c50e7b073b5a42 (patch)
tree512e29a332c3236a5059b35eeadd0c3adc4daa88
parentMerge pull request #288553 from NixOS/backport-288273-to-release-23.11 (diff)
downloadnixpkgs-7d22bcf1d9476c051f1d1ad831c50e7b073b5a42.tar.gz
wasm-tools: 1.0.58 -> 1.0.60
(cherry picked from commit 39898219155b1d6ff50351f18a11e4d2ec524a75)
-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 40c39024b0bb..71958c152a22 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.58";
+ version = "1.0.60";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "${pname}-${version}";
- hash = "sha256-9IvfQqX65VvjvgyVC0Pn/uJa9EaFh2Y/ciDS+/0RvE4=";
+ hash = "sha256-+cOx1ad2IvBLFMo83NAvyDSHCZC9aAGPmQBISaiMSaY=";
fetchSubmodules = true;
};
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
auditable = false;
- cargoHash = "sha256-JtIpBHX2ShGb/gaNefkGYzH4ltz2U7v8LwD/IBrfTgw=";
+ cargoHash = "sha256-ek89mtJpRH/WR9mekw0gJyd64L/bRGvF7624byHWKPQ=";
cargoBuildFlags = [ "--package" "wasm-tools" ];
cargoTestFlags = [ "--all" ];