Skip to content

Commit 36b26e6

Browse files
wasm-tools: 1.236.0 -> 1.236.1 (#434026)
Co-authored-by: ereslibre <[email protected]>
2 parents d8fbefa + 2fa539d commit 36b26e6

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.236.0";
9+
version = "1.236.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "bytecodealliance";
1313
repo = "wasm-tools";
1414
tag = "v${version}";
15-
hash = "sha256-gw5LIfbrJojsK7g8sMLBGXKJbME8MMtLm1ytVR1Zbmo=";
15+
hash = "sha256-kg8I74i5MlsrmFGeHMFDs+FyuCNqNwj8buJE/apRMkg=";
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

22-
cargoHash = "sha256-/ixFvNTh1loXd3CPzNzGMGDbQPnGUtp/XaoK/7dW48Q=";
22+
cargoHash = "sha256-5QUYWhWfmvvmHxlpPNT3nQmRb2D17XGkcHTzwvdjh6g=";
2323
cargoBuildFlags = [
2424
"--package"
2525
"wasm-tools"

0 commit comments

Comments
 (0)