diff options
| author | Nick Cao <nickcao@nichi.co> | 2024-06-19 15:48:21 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-19 15:48:21 -0400 |
| commit | c74acf25ebe42f8c34358c5e92f43e9981051fc9 (patch) | |
| tree | b1287be560ed0c23251824330ceadf0db7a5bfd1 | |
| parent | Merge pull request #321024 from NixOS/backport-320991-to-release-24.05 (diff) | |
| parent | wasm-tools: 1.210.0 -> 1.211.1 (diff) | |
| download | nixpkgs-c74acf25ebe42f8c34358c5e92f43e9981051fc9.tar.gz | |
Merge pull request #321042 from NixOS/backport-320964-to-release-24.05
[Backport release-24.05] wasm-tools: 1.210.0 -> 1.211.1
| -rw-r--r-- | pkgs/tools/misc/wasm-tools/default.nix | 6 |
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 dc83c150d11e..e89628a117ff 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" ]; |
