lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #256167 from ereslibre/bump-wasm-tools-1.0.42

wasm-tools: 1.0.40 -> 1.0.42

authored by

K900 and committed by
GitHub
ed5ab56d d64aec9f

+3 -3
+3 -3
pkgs/tools/misc/wasm-tools/default.nix
··· 5 5 6 6 rustPlatform.buildRustPackage rec { 7 7 pname = "wasm-tools"; 8 - version = "1.0.40"; 8 + version = "1.0.42"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "bytecodealliance"; 12 12 repo = pname; 13 13 rev = "${pname}-${version}"; 14 - hash = "sha256-ZDQPIEDroi+YgEtQ9IsVvFSErfeyDf4KFuybEbGu91E="; 14 + hash = "sha256-RDP4sPHwf1/C9eheHNZsd45CZlR6qkJL2I1Fv94iHhU="; 15 15 fetchSubmodules = true; 16 16 }; 17 17 18 - cargoHash = "sha256-Nynn7pxQyqfMAMGmp3eZFg7y5nj7UPyK6FLbVbN07AA="; 18 + cargoHash = "sha256-94bd2L+zRdHK/632JWQBIA8QnCTxrvfTeXRpiOV0yoQ="; 19 19 cargoBuildFlags = [ "--package" "wasm-tools" ]; 20 20 cargoTestFlags = [ "--all" ]; 21 21