Merge pull request #268085 from ereslibre/bump-wasm-tools
wasm-tools: 1.0.51 -> 1.0.52
This commit is contained in:
commit
ac7918aab2
1 changed files with 3 additions and 3 deletions
|
@ -5,19 +5,19 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "wasm-tools";
|
pname = "wasm-tools";
|
||||||
version = "1.0.51";
|
version = "1.0.52";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "bytecodealliance";
|
owner = "bytecodealliance";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
hash = "sha256-SeUwd9S2WMGbNqj9NzZZKW1tQWc0cbe+uZmHc1PWKR8=";
|
hash = "sha256-6x2H+WY23XxBWmAqD2Lsc4TdCY76XiR/BhSU++XuIFY=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
|
# Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved.
|
||||||
auditable = false;
|
auditable = false;
|
||||||
cargoHash = "sha256-G7pIy8KuDEEVVhH0WzY93eDhH2oTT9sP5CqTgfxYB0c=";
|
cargoHash = "sha256-1YnoHL+FKXhopcW0Scya22sRBwantRH9gF7w/rxU0H8=";
|
||||||
cargoBuildFlags = [ "--package" "wasm-tools" ];
|
cargoBuildFlags = [ "--package" "wasm-tools" ];
|
||||||
cargoTestFlags = [ "--all" ];
|
cargoTestFlags = [ "--all" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue