Skip to content

Commit

Permalink
Merge pull request NixOS#256167 from ereslibre/bump-wasm-tools-1.0.42
Browse files Browse the repository at this point in the history
wasm-tools: 1.0.40 -> 1.0.42
  • Loading branch information
K900 authored Sep 22, 2023
2 parents d64aec9 + e8f5203 commit ed5ab56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/wasm-tools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@

rustPlatform.buildRustPackage rec {
pname = "wasm-tools";
version = "1.0.40";
version = "1.0.42";

src = fetchFromGitHub {
owner = "bytecodealliance";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-ZDQPIEDroi+YgEtQ9IsVvFSErfeyDf4KFuybEbGu91E=";
hash = "sha256-RDP4sPHwf1/C9eheHNZsd45CZlR6qkJL2I1Fv94iHhU=";
fetchSubmodules = true;
};

cargoHash = "sha256-Nynn7pxQyqfMAMGmp3eZFg7y5nj7UPyK6FLbVbN07AA=";
cargoHash = "sha256-94bd2L+zRdHK/632JWQBIA8QnCTxrvfTeXRpiOV0yoQ=";
cargoBuildFlags = [ "--package" "wasm-tools" ];
cargoTestFlags = [ "--all" ];

Expand Down

0 comments on commit ed5ab56

Please sign in to comment.