Skip to content

Commit c6dbaa0

Browse files
authored
wasm-tools: 1.217.0 -> 1.219.1 (#347351)
2 parents e0c09c1 + a6a3f79 commit c6dbaa0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/wasm-tools/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55

66
rustPlatform.buildRustPackage rec {
77
pname = "wasm-tools";
8-
version = "1.217.0";
8+
version = "1.219.1";
99

1010
src = fetchFromGitHub {
1111
owner = "bytecodealliance";
1212
repo = pname;
1313
rev = "v${version}";
14-
hash = "sha256-nxfYoR0ba0As00WbahSVFNItSlleMmITqs8eJabjD/U=";
14+
hash = "sha256-9FAq6wcTXXFdQ5kcpkj2KqTcd8C8zXmhRWW/ajCJUMI=";
1515
fetchSubmodules = true;
1616
};
1717

1818
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
1919
auditable = false;
20-
cargoHash = "sha256-mBSRJYSE3HmeWhnW4nFF8uFnUJaZ6wdqsq+GnL6SZWc=";
20+
cargoHash = "sha256-moBRkUbcIGZaVdcE3yDtREtG4unN4n5yA7edpnrUFg4=";
2121
cargoBuildFlags = [ "--package" "wasm-tools" ];
2222
cargoTestFlags = [ "--all" ] ++
2323
# Due to https://github.com/bytecodealliance/wasm-tools/issues/1820

0 commit comments

Comments
 (0)