Unverified Commit 24abfd5a authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

wasm-tools: 1.244.0 -> 1.245.0 (#489303)

parents 708f56ce bf126960
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,20 +6,20 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "wasm-tools";
  version = "1.244.0";
  version = "1.245.0";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = "wasm-tools";
    tag = "v${finalAttrs.version}";
    hash = "sha256-XZ3X+KTfiYdUP4jMlkjDpapTOGBucgTmmQoOzizPG+s=";
    hash = "sha256-hGWKDy84Ok7uwzuMA2lg+Osd9JomMUXqInVSl4j+C94=";
    fetchSubmodules = true;
  };

  # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
  auditable = false;

  cargoHash = "sha256-D/oz2Ow+MehQKdiP1/2Vb7BBDt1hib6tgoL1ulWWGHU=";
  cargoHash = "sha256-K7b6Ine3/reAjQc6WwWXWHK2gR74u8MaY4rE0jDjFVs=";
  cargoBuildFlags = [
    "--package"
    "wasm-tools"