File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/wa/wasm-tools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77rustPlatform . 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"
You can’t perform that action at this time.
0 commit comments