Commit cdb90ef0 authored by Rafael Fernández López's avatar Rafael Fernández López
Browse files

wasm-tools: 1.0.45 -> 1.0.48

parent 9d6494fd
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -5,17 +5,19 @@

rustPlatform.buildRustPackage rec {
  pname = "wasm-tools";
  version = "1.0.45";
  version = "1.0.48";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = pname;
    rev = "${pname}-${version}";
    hash = "sha256-8iIYExnWK9W9gVTV66ygY2gu3N1pwylUeOf6LOz51qA=";
    hash = "sha256-7LAmU5Ay8Zf8wdKAj7am6cGmWtD5L+lUyxeiv1yv/A4=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-KwtlgBcijeYRQ5Yfrqd6GirHkbZqAVd2/yP6aJT3pWM=";
  # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
  auditable = false;
  cargoHash = "sha256-QWWz5c+D2UH+CWGJTaTEuAqHVIW4hu1cM7LWKO7K98Q=";
  cargoBuildFlags = [ "--package" "wasm-tools" ];
  cargoTestFlags = [ "--all" ];