mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
wkg: 0.15.0 -> 0.15.1
This commit is contained in:
@@ -8,15 +8,15 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "wkg";
|
||||
version = "0.15.0";
|
||||
version = "0.15.1";
|
||||
src = fetchFromGitHub {
|
||||
owner = "bytecodealliance";
|
||||
repo = "wasm-pkg-tools";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-G576caJ9oeYDFDIOP75mfkw6/JsxYyfDsVlFhb0RbIE=";
|
||||
hash = "sha256-xWwhRqo/rRa+VPe2RqoZf77pf3YjqCdbOG8axme9oW4=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-3sf6fyLaiB/w6PF6CzO7p9ZHdBTLAzqIHEhT4COY/4A=";
|
||||
cargoHash = "sha256-L0KYEnmvTUI6GreuEDf6QzNkTHzsLo/U27RrSwF5sA4=";
|
||||
|
||||
# A large number of tests require Internet access in order to function.
|
||||
doCheck = false;
|
||||
|
||||
Reference in New Issue
Block a user