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.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"
You can’t perform that action at this time.
0 commit comments