Skip to content

Commit e6f3192

Browse files
committed
wasm-tools: 1.226.0 -> 1.227.1
1 parent 6af4687 commit e6f3192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wa/wasm-tools/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66

77
rustPlatform.buildRustPackage rec {
88
pname = "wasm-tools";
9-
version = "1.226.0";
9+
version = "1.227.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "bytecodealliance";
1313
repo = "wasm-tools";
1414
rev = "v${version}";
15-
hash = "sha256-k9E4gzajwm+l+LmCD4mSZ7SoD1GuKpOOo8/BdZGtT3o=";
15+
hash = "sha256-+Xf3DWrC1ddSw8GQqqFEfLa11MzMWGLsqbYJvV7g04U=";
1616
fetchSubmodules = true;
1717
};
1818

1919
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
2020
auditable = false;
2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-HXUvB4aCJR2U5W73Tiq4NuxbtpLJ3EDFuepqed7JWHY=";
22+
cargoHash = "sha256-MhqvGfuVkYwapZTblTZ06OuaE0bl985aFt4LnVE0PRU=";
2323
cargoBuildFlags = [
2424
"--package"
2525
"wasm-tools"

0 commit comments

Comments
 (0)